[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TExtImageList |
||
? | ||
TObject |