Data.Bind.Grid.TLinkGridColumnDescription.Create

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

Delphi

constructor Create(AColumnControl: TComponent; const AColumnName: string;  AColumnIndex: Integer; const AControlMemberName, ASourceMemberName, AColumnStyle: string; AFormatColumnExpressions, AFormatCellExpressions, AParseCellExpression: TArray<TLinkGridColumnExpressionPair>);

C++

__fastcall TLinkGridColumnDescription(System::Classes::TComponent* AColumnControl, const System::UnicodeString AColumnName, int AColumnIndex, const System::UnicodeString AControlMemberName, const System::UnicodeString ASourceMemberName, const System::UnicodeString AColumnStyle, System::DynamicArray<TLinkGridColumnExpressionPair> AFormatColumnExpressions, System::DynamicArray<TLinkGridColumnExpressionPair> AFormatCellExpressions, System::DynamicArray<TLinkGridColumnExpressionPair> AParseCellExpression);

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TLinkGridColumnDescription

説明

オブジェクトを作成し,そのオブジェクトが最初に使用される前にデータを初期化します。

Data.Bind.Grid.TLinkGridColumnDescription.Create は System.TObject.Create を継承しています。以下の内容はすべて System.TObject.Create を参照しています。

オブジェクトを作成し,そのオブジェクトが最初に使用される前にデータを初期化します。

Create はオブジェクトを構築します。オブジェクトの目的,サイズ,および動作はそれぞれ大きく異なります。TObject で定義されている Create コンストラクタは,メモリの割り当ては行いますがデータの初期化は行いません。

下位オブジェクトは通常,指定のオブジェクトを作成し,そのデータを初期化するコンストラクタを定義します。

メモ:  コンストラクタが発生した例外を処理しない場合,オブジェクトのデストラクタが呼び出されて失敗したインスタンスを破棄します。

関連項目