System.Tether.AppProfile.TResourceValue Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AsBooleanpublicActual value that TResourceValue wraps if the data type is boolean.
AsDoublepublicActual value that TResourceValue wraps if the data type is double-precision floating-point value.
AsInt64publicActual value that TResourceValue wraps if the data type is 64-bit signed integer.
AsIntegerpublicActual value that TResourceValue wraps if the data type is 32-bit signed integer.
AsSinglepublicActual value that TResourceValue wraps if the data type is single-precision floating-point value.
AsStreampublicActual value that TResourceValue wraps if the data type is TStream.
AsStringpublicReturns the string value of the received stream, if available.
DataTypepublicData type of the value that TResourceValue wraps.