Unit 'cyResizer' Package
[Overview][Types][Classes][Index] [#pl_cindy]

THandlingControlList

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

Declaration

Source position: cyResizer.pas line 86

type THandlingControlList = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function ControlsFromSameParent;

  

  function InsertControl();

  

  function RemoveControl();

  

  function RemoveFromIndex();

  

  function Find();

  

  function IndexOf();

  

  property Count: Integer; [r]

  

  property Items []: THandlingControlItem; default; [r]

  

  property OnInsertItem: TProcOnItem; [rw]

  

  property OnRemoveItem: TProcOnItem; [rw]

  

  property OnClear: TNotifyEvent; [rw]

  

end;

Inheritance

THandlingControlList

  

|

TObject



CT Web help

CodeTyphon Studio