Unit 'DropDownManager' Package
[Overview][Types][Classes][Index] [#pl_luicontrols]

TCustomDropDownManager

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

Declaration

Source position: dropdownmanager.pas line 25

type TCustomDropDownManager = class(TComponent)

protected

  procedure DoHide; virtual;

  

  procedure DoInitialize(); virtual;

  

  procedure DoShow; virtual;

  

  procedure Loaded; override;

  

  procedure Notification(); override;

  

  property Control: TWinControl; [rw]

  

  property MasterControl: TControl; [rw]

  

  property Options: TDropDownOptions; [rw]

  

  property OnCreateControl: TDropDownCreateControl; [rw]

  

  property OnHide: TNotifyEvent; [rw]

  

  property OnShow: TNotifyEvent; [rw]

  

public

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  property ControlClass: TWinControlClass; [rw]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TCustomDropDownManager

  

|

TObject



CT Web help

CodeTyphon Studio