System.Tether.AppProfile.TResourceValue.operator Implicit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Implicit(Value: Boolean): TResourceValue;
class operator Implicit(Value: Int64): TResourceValue;
class operator Implicit(Value: Integer): TResourceValue;
class operator Implicit(Value: Double): TResourceValue;
class operator Implicit(Value: Single): TResourceValue;
class operator Implicit(const Value: string): TResourceValue;
class operator Implicit(const Value: TStream): TResourceValue;

Properties

Type Visibility Source Unit Parent
function public System.Tether.AppProfile.pas System.Tether.AppProfile TResourceValue

Description

Creates and returns an instance of TResourceValue that wraps the specified value.

Value must be a value of one of the following types:

See Also