Vcl.Grids.TCustomGrid.GetEditMask

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

指定されたセルの入力マスクを返すメソッドとのインターフェースを提供します。

インプレースエディタは GetEditMask メソッドを呼び出して,ACol および ARow パラメータによって指定されているセルに関連付けられている入力マスクを取得します。GetEditMask は,空の文字列を返し,入力マスクがないことを示します。TCustomGrid コンポーネントの派生オブジェクトはこのメソッドをオーバーライドして,入力マスクを与えたり,OnGetEditMask イベントを生成したりします。

関連項目