Data.DBXCommon.TDBXValue.AsInt32

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt32: Integer read GetAsInt32;

C++

__property int AsInt32 = {read=GetAsInt32, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Beschreibung

Integer-Repräsentation des Wertes.

AsInt32 gibt eine Integer-Repräsentation des Wertes zurück. Bei Bedarf wird eine Typumwandlung durchgeführt. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.

Siehe auch