Vcl.DBGrids.TCustomDBGrid.GetEditMask

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

Delphi

function  GetEditMask(ACol, ARow: Longint): string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetEditMask(int ACol, int ARow);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

説明

項目または指定されたセル項目の入力マスクを返します。

インプレースエディタは,GetEditMask メソッドを呼び出して,指定されたセルの項目バインディングに関する入力マスクを取得します。GetEditMask は,Columns 配列から項目コンポーネントの EditMask プロパティを返します。

ACol パラメータと ARow パラメータは,グリッドにおけるセルの行/列インデックスを示します。ACol パラメータは,Options プロパティに dgIndicator が含まれている場合,Columns 配列における列インデックスと同じではありません。

関連項目