Vcl.Grids.TCustomDrawGrid.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.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

説明

OnGetEditMask イベントを生成します。

インプレースエディタは GetEditMask メソッドを呼び出して,ACol および ARow パラメータによって指定されているセルに関連付けられている入力マスクを取得します。GetEditMask は,OnGetEditMask イベントハンドラによって設定された Value パラメータを返します。OnGetEditMask イベントハンドラがない場合は,GetEditMask は空の文字列を返して,編集マスクがないことを示します。

関連項目