Class TIWBSDropDownItem
Unit
IWBSDropDown
Declaration
type TIWBSDropDownItem = class(TCollectionItem)
Description
Hierarchy
- TCollectionItem
- TIWBSDropDownItem
Overview
Methods
 |
constructor Create(Collection: TCollection); override; |
Properties
 |
property BSGlyphicon: string read FGlyphicon write FGlyphicon; |
 |
property Caption: string read FCaption write FCaption; |
 |
property DataParent: IIWBSContainer read FDataParent write SetDataParent; |
 |
property DataTarget: IIWBSContainer read FDataTarget write SetDataTarget; |
 |
property DropDownItems: TOwnedCollection read GetDropDownItems write SetDropDownItems stored IsStoredDropDownItems; |
 |
property Header: boolean read FHeader write FHeader default False; |
 |
property Href: string read FHref write SetHref stored IsHrefStored; |
 |
property OnAsyncClick: TIWAsyncEvent read FOnAsyncClick write FOnAsyncClick; |
 |
property Target: string read FTarget write SetTarget stored IsTargetStored; |
Description
Methods
 |
constructor Create(Collection: TCollection); override; |
|
Properties
 |
property BSGlyphicon: string read FGlyphicon write FGlyphicon; |
|
 |
property Caption: string read FCaption write FCaption; |
|
 |
property DataParent: IIWBSContainer read FDataParent write SetDataParent; |
|
 |
property DataTarget: IIWBSContainer read FDataTarget write SetDataTarget; |
|
 |
property DropDownItems: TOwnedCollection read GetDropDownItems write SetDropDownItems stored IsStoredDropDownItems; |
|
 |
property Header: boolean read FHeader write FHeader default False; |
|
 |
property Href: string read FHref write SetHref stored IsHrefStored; |
|
 |
property OnAsyncClick: TIWAsyncEvent read FOnAsyncClick write FOnAsyncClick; |
|
 |
property Target: string read FTarget write SetTarget stored IsTargetStored; |
|
Generated by PasDoc 0.14.0.
|