[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: tiBaseMediator.pas line 216
type TtiListItemMediator = class(TtiObject) end; |
protected |
procedure SetModel(); virtual; |
procedure StopObserving(); override; |
public |
destructor Destroy; override; |
procedure Update(); override; |
property ListMediator: TtiCustomListMediatorView; [rw] |
property OnBeforeSetupField: TtiOnBeforeSetupField; [rw] |
property DisplayNames: string; [r] |
property FieldsInfo: TtiMediatorFieldInfoList; [r] |
published |
property Active: Boolean; [rw] |
| | ||
|
Base class for single objects |
|
| | ||
|
The class that gets visited |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |