[Overview][Constants][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_cmdlineparams.pas line 33
type TGfxCommandLineParams = class(TObject) |
public |
constructor Create; |
destructor Destroy; override; |
function IsParam(); |
function GetParam(); |
property Params: TStringList; [r] |
property AsString: String; [r] |
end; |
| |
TObject |