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