RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDrawGrid.OnGetEditMask Event

Occurs when the in-place editor requests an edit mask.

Pascal
property OnGetEditMask: TGetEditEvent;
C++
__property TGetEditEvent OnGetEditMask;

Write an OnGetEditMask event handler to provide the in-place editor with an edit mask that describes the valid input strings a user can type into a cell. Set the Value parameter to the string that describes the edit mask for the specified cell. If the cell does not have an edit mask, set the Value parameter to an empty string. 

OnGetEditMask does not occur unless the Options property includes goEditing. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!