API:System.Bindings.Helper.TBindings.CreateUnmanagedBinding

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

Delphi

class function CreateUnmanagedBinding(
const InputScopes: array of IScope;
const BindExprStr: string;
const OutputScopes: array of IScope;
const OutputExpr: string;
const OutputConverter: IValueRefConverter;
BindingEventRec: TBindingEventRec;
Options: TCreateOptions = [coNotifyOutput]): TBindingExpression; overload;
class function CreateUnmanagedBinding(
const InputScopes: array of IScope;
const BindExprStr: string;
const OutputScopes: array of IScope;
const OutputExpr: string;
const OutputConverter: IValueRefConverter;
Options: TCreateOptions = []): TBindingExpression; overload;

C++

__classmethod System::Bindings::Expression::TBindingExpression* __fastcall CreateUnmanagedBinding(const System::Bindings::Evalprotocol::_di_IScope *InputScopes, const System::NativeInt InputScopes_High, const System::UnicodeString BindExprStr, const System::Bindings::Evalprotocol::_di_IScope *OutputScopes, const System::NativeInt OutputScopes_High, const System::UnicodeString OutputExpr, const System::Bindings::Outputs::_di_IValueRefConverter OutputConverter, const TBindingEventRec &BindingEventRec, TCreateOptions Options = (TCreateOptions() << TCreateOption::coNotifyOutput ))/* overload */;
__classmethod System::Bindings::Expression::TBindingExpression* __fastcall CreateUnmanagedBinding(const System::Bindings::Evalprotocol::_di_IScope *InputScopes, const System::NativeInt InputScopes_High, const System::UnicodeString BindExprStr, const System::Bindings::Evalprotocol::_di_IScope *OutputScopes, const System::NativeInt OutputScopes_High, const System::UnicodeString OutputExpr, const System::Bindings::Outputs::_di_IValueRefConverter OutputConverter, TCreateOptions Options = TCreateOptions() )/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.Helper.pas
System.Bindings.Helper.hpp
System.Bindings.Helper TBindings

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。