TChildControlList

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TCollection<TElement>Abstract base class for collections that store elements of type TElement
4TList<TElement>A collection of elements that can be accessed by index.
5TArrayList<TElement>TList<TElement> that stores its elements in a contiguous array.
6TObjectList<TControl> TArrayList<TElement> that stores objects and owns them by default.
7TChildControlList

Source

UserInterface.Control.pas (482)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTControlParentControl

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedAcquireElement(Control: TControl)
InstanceprotectedReleaseElement(Control: TControl)
InstancepublicCreate(ParentControl: TControl)
InstancepublicDestroy()