Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TPicture.FindGraphicClassWithFileExt

Finds a graphic class with the named file extension Ext, returning an exception if not found.

Declaration

Source position: graphics.pp line 918

public class function TPicture.FindGraphicClassWithFileExt(

  const Ext: string;

  ExceptionOnNotFound: Boolean = True

):TGraphicClass;