type TCEFArgCopy = class(TObject)
This item has no description.
| Protected | FArgCCopy: longint; |
| Protected | FArgVCopy: PPAnsiChar; |
| Protected | procedure InitializeFields; |
| Protected | procedure DestroyFields; |
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Public | procedure CopyFromArgs(aArgc : longint; aArgv : PPAnsiChar); |
| Public | property argc : longint read FArgCCopy; |
| Public | property argv : PPAnsiChar read FArgVCopy; |
| Protected | FArgCCopy: longint; |
|
This item has no description. | |
| Protected | FArgVCopy: PPAnsiChar; |
|
This item has no description. | |
| Protected | procedure InitializeFields; |
|
This item has no description. | |
| Protected | procedure DestroyFields; |
|
This item has no description. | |
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure CopyFromArgs(aArgc : longint; aArgv : PPAnsiChar); |
|
This item has no description. | |
| Public | property argc : longint read FArgCCopy; |
|
This item has no description. | |
| Public | property argv : PPAnsiChar read FArgVCopy; |
|
This item has no description. | |