Free allocated memory after ReadArgs()
Source position: amigados.pas line 2204
procedure FreeArgs( |
args: PRDArgs |
); |
args |
|
The data used by ReadArgs(). May be nil, in which case, FreeArgs() does nothing. |
FreeArgs() will clean up after a call to ReadArgs(). If the TRDArgs structure was allocated by the system in a call to ReadArgs(), then it will be freed. If however, you allocated the TRDArgs structure with AllocDosObject(), then you will have to free it yourself with FreeDosObject().
|
Read bytes of data from a file |
|
|
Reads a single argument/name from command line |
|
|
Find a keyword in a template |