Description | Hierarchy | Fields | Methods | Properties |
type TAdSkinElemList = class(TAdList)
List which contains all skin items.
![]() |
property Items[Index:integer]: TAdSkinElem read GetItem write SetItem; |
![]() |
property OnAdd: TNotifyEvent read FOnAdd write FOnAdd; |
![]() |
property Items[Index:integer]: TAdSkinElem read GetItem write SetItem; |
Access to all items in the list. |
![]() |
property OnAdd: TNotifyEvent read FOnAdd write FOnAdd; |
Event that is called when a element is added to the list. |