Class TFireAction
Unit
Declaration
type TFireAction = class(TCustomAction)
Description
Hierarchy
- TCustomAction
- TFireAction
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
|
function GetText: String; |
|
procedure SetText(const Text: String); |
|
function GetIcon: TBitmap; |
|
procedure SetIcon(const Icon: TBitmap); |
|
function GetCheckable: Boolean; |
|
procedure SetCheckable(const Checkable: Boolean); |
Properties
property ID: Integer read FID write FID; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
|
function GetText: String; |
|
procedure SetText(const Text: String); |
|
function GetIcon: TBitmap; |
|
procedure SetIcon(const Icon: TBitmap); |
|
function GetCheckable: Boolean; |
|
procedure SetCheckable(const Checkable: Boolean); |
|
Properties
property ID: Integer read FID write FID; |
|
Generated by PasDoc 0.15.0.