[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |