Public Member Functions | |
IZInterface | Clone () |
Boolean | Equals (const IZInterface &Value) |
Boolean | GetBoolean () |
TDateTime | GetDateTime () |
Extended | GetFloat () |
Int64 | GetInteger () |
AnsiString | GetString () |
WideString | GetUnicodeString () |
TZVariant | GetValue () |
LongInt | Hash () |
Boolean | InstanceOf (const TGUID IId) |
Boolean | IsNull () |
string | ToString () |
Definition at line 537 of file ZVariant.pas.
IZInterface IZObject::Clone | ( | ) | [inherited] |
Reimplemented in TZAbstractObject, TZCollection, TZUnmodifiableCollection, TZHashMap, TZStack, and TZAnyValue.
Boolean IZObject::Equals | ( | const IZInterface & | Value | ) | [inherited] |
Boolean IZAnyValue::GetBoolean | ( | ) |
TDateTime IZAnyValue::GetDateTime | ( | ) |
Extended IZAnyValue::GetFloat | ( | ) |
Int64 IZAnyValue::GetInteger | ( | ) |
AnsiString IZAnyValue::GetString | ( | ) |
WideString IZAnyValue::GetUnicodeString | ( | ) |
TZVariant IZAnyValue::GetValue | ( | ) |
LongInt IZObject::Hash | ( | ) | [inherited] |
Reimplemented in TZAbstractObject.
Boolean IZObject::InstanceOf | ( | const TGUID | IId | ) | [inherited] |
Reimplemented in TZAbstractObject.
Boolean IZAnyValue::IsNull | ( | ) |
string IZObject::ToString | ( | ) | [inherited] |
Reimplemented in TZAbstractObject, TZCollection, TZUnmodifiableCollection, TZStack, and TZAnyValue.