Class TGiftizButton
Unit
CastleGiftiz
Declaration
type TGiftizButton = class(TCastleButton)
Description
No description available, ancestor TCastleButton description follows
Clickable button.
This is TUIControl descendant, so to use it just add it to the TCastleWindowCustom.Controls or TCastleControlCustom.Controls list. You will also usually want to adjust position (TCastleButton.Left, TCastleButton.Bottom), TCastleButton.Caption, and assign TCastleButton.OnClick (or ovevrride TCastleButton.DoClick).
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
destructor Destroy; override; |
 |
function GetExists: boolean; override; |
 |
procedure DoClick; override; |
 |
procedure Resize; override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
function GetExists: boolean; override; |
|
 |
procedure DoClick; override; |
|
 |
procedure Resize; override; |
|
Properties
 |
property CustomBackground stored false; |
|
 |
property OwnsCustomBackgroundNormal stored false; |
|
 |
property CustomBackgroundNormal stored false; |
|
 |
property AutoSize stored false; |
|
 |
property Width stored false; |
|
 |
property Height stored false; |
|
 |
property KeepInFront stored false; |
|
Generated by PasDoc 0.15.0.
|