Inherits TObject.
Public Member Functions | |
TZVariable (const string Name, const TZVariant Value) | |
Creates a new instance of variable. | |
Public Attributes | |
string | Name |
TZVariant | Value |
Private Attributes | |
string | FName |
TZVariant | FValue |
Definition at line 63 of file ZVariables.pas.
TZVariable::TZVariable | ( | const string | Name, | |
const TZVariant | Value | |||
) |
Creates a new instance of variable.
Name | a variable name. | |
Value | a variable value. |
Definition at line 165 of file ZVariables.pas.
References Name.
string TZVariable::FName [private] |
Definition at line 68 of file ZVariables.pas.
TZVariant TZVariable::FValue [private] |
Definition at line 70 of file ZVariables.pas.
string TZVariable::Name |