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

TControlCollection

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

Declaration

Source position: cyBaseExtCtrls.pas line 176

type TControlCollection = class(TOwnedCollection)

protected

  function GetControl();

  

  function GetControlItem();

  

  function GetItem();

  

  procedure SetControl();

  

  procedure SetItem();

  

  procedure Update(); override;

  

public

  constructor Create();

  

  function Add;

  

  procedure AddControl();

  

  procedure RemoveControl();

  

  function IndexOf();

  

  function Owner;

  

  property Controls []: TControl; [rw]

  

  property ControlItems []: TControlItem; [r]

  

  property Items []: TControlItem; default; [rw]

  

end;

Inheritance

TControlCollection

  

|

TObject



CT Web help

CodeTyphon Studio