System.Tether.AppProfile.TResourceValue.DataType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DataType: TResourceType read FDataType write FDataType;

C++

__property TResourceType DataType = {read=FDataType, write=FDataType};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceValue


Beschreibung

Datentyp des Wertes, der in TResourceValue gekapselt ist

DataType legt die Methode fest, die zum Ermitteln des in TResourceValue gekapselten Wertes verwendet werden kann:

Typ Methode

TResourceType.Boolean

AsBoolean

TResourceType.Integer

AsInteger

TResourceType.Int64

AsInt64

TResourceType.Single

AsSingle

TResourceType.Double

AsDouble

TResourceType.String

AsString

Siehe auch