Vcl.ValEdit.TValueListEditor.GetEditMask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Generates an OnGetEditMask event.

Vcl.ValEdit.TValueListEditor.GetEditMask inherits from Vcl.Grids.TCustomDrawGrid.GetEditMask. All content below this line refers to Vcl.Grids.TCustomDrawGrid.GetEditMask.

Generates an OnGetEditMask event.

The inplace editor calls GetEditMask to obtain any input mask associated with the cell specified by the ACol and ARow parameters.

GetEditMask returns the Value parameter set by the OnGetEditMask event handler. If there is no OnGetEditMask event handler, GetEditMask returns an empty string, indicating that there is no edit mask.

See Also