RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetInt32 Method ()

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

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

Gets the 32-byte integer value for TDBXValue instances with a data type of Int32Type. 

This method throws a TDBXError exception if TDBXValue.IsNull is true and defaultValue is not specified. This method gets the defaultValue if it is specified and the TDBXValue is null. 

 

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