Public Member Functions | |
IZInterface | Clone () |
Clones an object instance. | |
Boolean | Equals (const IZInterface Value) |
string | GetDescription () |
string | GetProtocol () |
LongInt | Hash () |
Gets a unique hash for this object. | |
Initialize () | |
Boolean | InstanceOf (const TGUID IId) |
Checks is this object implements a specified interface. | |
string | ToString () |
Converts this object into the string representation. |
Definition at line 91 of file ZPlainDriver.pas.
IZInterface TZAbstractObject::Clone | ( | ) | [inherited] |
Clones an object instance.
Reimplemented from IZObject.
Reimplemented in TZCollection, TZUnmodifiableCollection, TZHashMap, TZStack, and TZAnyValue.
Definition at line 474 of file ZClasses.pas.
Boolean TZAbstractObject::Equals | ( | const IZInterface | Value | ) | [inherited] |
Reimplemented in TZAnyValue.
string TZAbstractPlainDriver::GetDescription | ( | ) |
Reimplemented from IZPlainDriver.
string TZAbstractPlainDriver::GetProtocol | ( | ) |
Reimplemented from IZPlainDriver.
LongInt TZAbstractObject::Hash | ( | ) | [inherited] |
Gets a unique hash for this object.
Reimplemented from IZObject.
Definition at line 462 of file ZClasses.pas.
TZAbstractPlainDriver::Initialize | ( | ) |
Reimplemented from IZPlainDriver.
Boolean TZAbstractObject::InstanceOf | ( | const TGUID | IId | ) | [inherited] |
Checks is this object implements a specified interface.
IId | an interface id. |
True
if this object support the interface. Reimplemented from IZObject.
Definition at line 488 of file ZClasses.pas.
string TZAbstractObject::ToString | ( | ) | [inherited] |
Converts this object into the string representation.
Reimplemented from IZObject.
Reimplemented in TZCollection, TZUnmodifiableCollection, TZStack, and TZAnyValue.
Definition at line 501 of file ZClasses.pas.