Unit 'GLConsole' Package
[Overview][Constants][Types][Classes][Index] [#pl_glscene]

TGLConsoleCommand

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GLConsole.pas line 122

type TGLConsoleCommand = class(TCollectionItem)

protected

  procedure ShowInvalidUseOfCommandError; virtual;

  

  procedure ShowInvalidNumberOfArgumentsError(); virtual;

  

  procedure DoOnCommand(); virtual;

  

  function GetDisplayName; override;

  

public

  procedure ShowHelp; virtual;

  

  procedure ShowShortHelp; virtual;

  

  procedure Assign(); override;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property CommandName: string; [rw]

  

  property ShortHelp: string; [rw]

  

  property LongHelp: TStringList; [r]

  

  property OnCommand: TGLlConsoleEvent; [rw]

  

  property OnHelp: TNotifyEvent; [rw]

  

  property Enabled: Boolean; [rw]

  

  property SilentDisabled: Boolean; [rw]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TGLConsoleCommand

  

|

TObject



CT Web help

CodeTyphon Studio