Class TIWBSDropDown
Unit
IWBSDropDown
Declaration
type TIWBSDropDown = class(TIWBSCustomButton)
Description
Bootstrap DropDown http://getbootstrap.com/components/#dropdowns http://www.w3schools.com/bootstrap/bootstrap_dropdowns.asp
Hierarchy
Overview
Methods
Properties
 |
property DropDownItems: TOwnedCollection read GetDropDownItems write SetDropDownItems stored IsStoredDropDownItems; |
 |
property DropDownRight: boolean read FDropDownRight write SetDropDownRight default False; |
 |
property DropUp: boolean read FDropup write SetDropUp default False; |
Description
Methods
 |
destructor Destroy; override; |
|
Properties
 |
property DropDownItems: TOwnedCollection read GetDropDownItems write SetDropDownItems stored IsStoredDropDownItems; |
|
 |
property DropDownRight: boolean read FDropDownRight write SetDropDownRight default False; |
|
 |
property DropUp: boolean read FDropup write SetDropUp default False; |
|
Generated by PasDoc 0.14.0.
|