Class TCommandList

Unit

Declaration

type TCommandList = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create(Commands: array of String; AllowAbbrev: Boolean = True);
Public destructor Destroy; OVERRIDE;
Public procedure AddCommand(const cmd: String);
Public function Getcommand(const Cmd: String): Integer;
Public function Get(i: Integer): String;

Properties

Public property Abbrev: Boolean READ AbbrevAllowed WRITE AbbrevAllowed;
Public property NumCommands: Integer READ Get_NumCommands;

Description

Methods

Public constructor Create(Commands: array of String; AllowAbbrev: Boolean = True);
 
Public destructor Destroy; OVERRIDE;
 
Public procedure AddCommand(const cmd: String);
 
Public function Getcommand(const Cmd: String): Integer;
 
Public function Get(i: Integer): String;
 

Properties

Public property Abbrev: Boolean READ AbbrevAllowed WRITE AbbrevAllowed;
 
Public property NumCommands: Integer READ Get_NumCommands;
 

Generated by PasDoc 0.16.0.