Data.Bind.Components.TBindArtifacts

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

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTBindArtifacts

Delphi

TBindArtifacts = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TBindArtifacts : public System::Classes::TOwnedCollection

プロパティ

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

説明

バインディング生成物項目のコレクションを表します。


TBindArtifacts は、バインディング メソッド(TMethods)および出力変換コンポーネント(TOutputConverters)の基底クラスです。

TBindArtifacts では、コレクション内の個々のバインディング生成物項目にアクセスする機能や、項目が変更されているかどうかを示すマーカー、その他、特定の項目の属性やコレクション内の項目数を返すなどの項目に関する機能を実装しています。

関連項目