System.Tether.AppProfile.TResourceValue.operator Implicit

提供: RAD Studio API Documentation
移動先: 案内検索

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;

プロパティ

種類 可視性 ソース ユニット
function public System.Tether.AppProfile.pas System.Tether.AppProfile TResourceValue


説明

指定された値をラップしている TResourceValue のインスタンスを、作成して返します。

Value は、次の型のいずれかの値でなければなりません:

関連項目