Finds a local variable
Source position: amigados.pas line 2594
function FindVar( |
const Name: PChar; |
Type_: LongWord |
):PLocalVar; |
Name |
|
pointer to an variable name. Note variable names follow filesystem syntax and semantics. |
Type_ |
|
Type of variable to be found (GVF_*) |
Finds a local variable structure.
|
Deletes a local or environment variable |
|
|
Returns the value of a local or global variable |
|
|
Sets a local or environment variable |