Class TIWBSButton
Unit
IWBSButton
Declaration
type TIWBSButton = class(TIWBSCustomButton)
Description
Bootstrap Button http://getbootstrap.com/css/#buttons http://www.w3schools.com/bootstrap/bootstrap_buttons.asp
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property Anchor: boolean read FAnchor write FAnchor default False; |
If true it will render an anchor if not a button. (This property should be droped, the condition should be autodetected)
|
 |
property AsyncClickProc: TIWBSAsyncClickProc read FAsyncClickProc write SetAsyncClickProc; |
Anonymous procedure that let you execute code when button is pressed without the need of declare an event. Usefull when you create buttons at runtime
|
 |
property ButtonType: TIWBSButtonType read FButtonType write FButtonType default iwbsbtButton; |
Button type
|
Generated by PasDoc 0.14.0.
|