Data.DBXCommon.TDBXWritableValue.AsInt32

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt32: Integer read GetAsInt32 write SetAsInt32;

C++

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

Eigenschaften

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

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