[Overview][Classes][Index] Reference for unit 'U_ExtDBImageList' (#lazextcomponents)

TExtDBImageList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: u_extdbimagelist.pas line 47

type TExtDBImageList = class(TExtImageList)

protected

  procedure p_ActiveChange(); virtual;

  

  procedure p_DataChange(); virtual;

  

  procedure p_SetImage; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property ImageIndex;

  

published

  property Datafield: String; [rw]

  

  property Datasource: TDatasource; [rw]

  

  property ImagesMap: TExtMapImages; [rw]

  

end;

Inheritance

TExtDBImageList

  

|

TExtImageList

?

TObject