RAD Studio VCL Reference
|
Returns an integer containing the hash code.
function GetHashCode: Integer; virtual;
virtual __fastcall Integer GetHashCode();
By default, calling System::TObject::GetHashCode on an object, returns an integer representing the virtual address at which the object is stored.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|