RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXInt32Value.GetInt32 Method

Gets the 32-byte integer value for 32-byte integer data types.

Pascal
function GetInt32: TInt32; override;
C++
virtual __fastcall TInt32 GetInt32();

Gets the 32-byte integer value for TDBXValue instances with a data type of Int32Type. Throws a TDBXError exception if IsNull is true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!