Class TCommandList
Unit
Declaration
type TCommandList = class(TObject)
Description
Hierarchy
- TObject
- TCommandList
Overview
Methods
constructor Create(Commands: array of String; AllowAbbrev: Boolean = True); |
|
destructor Destroy; OVERRIDE; |
|
procedure AddCommand(const cmd: String); |
|
function Getcommand(const Cmd: String): Integer; |
|
function Get(i: Integer): String; |
Properties
property Abbrev: Boolean READ AbbrevAllowed WRITE AbbrevAllowed; |
|
property NumCommands: Integer READ Get_NumCommands; |
Description
Methods
constructor Create(Commands: array of String; AllowAbbrev: Boolean = True); |
|
destructor Destroy; OVERRIDE; |
|
procedure AddCommand(const cmd: String); |
|
function Getcommand(const Cmd: String): Integer; |
|
function Get(i: Integer): String; |
|
Properties
property Abbrev: Boolean READ AbbrevAllowed WRITE AbbrevAllowed; |
|
property NumCommands: Integer READ Get_NumCommands; |
|
Generated by PasDoc 0.16.0.