Data.Bind.DBScope.TBindDataSetScope

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

System.Bindings.CustomScope.TCustomScopeSystem.TInterfacedObjectSystem.TObjectTBindDataSetScope

Delphi

TBindDataSetScope = class(TCustomScope)

C++

class PASCALIMPLEMENTATION TBindDataSetScope : public System::Bindings::Customscope::TCustomScope

プロパティ

種類 可視性 ソース ユニット
class public
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope Data.Bind.DBScope

説明

データセットをサポートするためのカスタム スコープです。


TBindDataSetScope クラスでは、データセットをサポートするためのカスタム スコープを実装しています。このスコープを使用すると、エンジンは、<データセット>.FieldByName('<フィールド名>') ではなく <データセット>.<フィールド名> という形式でデータセットのフィールドにアクセスすることができます。

関連項目