Class TFireAction

Unit

Declaration

type TFireAction = class(TCustomAction)

Description

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function GetText: String;
Public procedure SetText(const Text: String);
Public function GetIcon: TBitmap;
Public procedure SetIcon(const Icon: TBitmap);
Public function GetCheckable: Boolean;
Public procedure SetCheckable(const Checkable: Boolean);

Properties

Public property ID: Integer read FID write FID;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function GetText: String;
 
Public procedure SetText(const Text: String);
 
Public function GetIcon: TBitmap;
 
Public procedure SetIcon(const Icon: TBitmap);
 
Public function GetCheckable: Boolean;
 
Public procedure SetCheckable(const Checkable: Boolean);
 

Properties

Public property ID: Integer read FID write FID;
 

Generated by PasDoc 0.15.0.