Class TGiftizButton
Unit
Declaration
type TGiftizButton = class(TCastleButton)
Description
No description available, ancestor TCastleButton description follows
Clickable button.
This is TCastleUserInterface descendant, so to use it just add it to the TCastleWindowBase.Controls or TCastleControlBase.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
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TInputListener
- TCastleUserInterface
- TCastleUserInterfaceFont
- TCastleButton
- TGiftizButton
Overview
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 CustomBackgroundNormal stored false; |
![]() |
property AutoSize stored false; |
![]() |
property Width stored false; |
![]() |
property Height stored false; |
![]() |
property KeepInFront stored false; |
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 CustomBackgroundNormal stored false; |
![]() |
property AutoSize stored false; |
![]() |
property Width stored false; |
![]() |
property Height stored false; |
![]() |
property KeepInFront stored false; |
Generated by PasDoc 0.16.0.

