DBXCommon.TDBXValue.GetAsInt32
From RAD Studio VCL Reference
Delphi Information
From DBXCommon.pas
function GetAsInt32(): Integer; virtual;
Unit: DBXCommon
Type: method
Visibility: protected
Member Of: TDBXValue
Description
Get integer representation of value.
GetAsInt32 returns an Integer representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.