Data.Bind.Components.TCustomBindGridLink.IsValidChar
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TCustomBindGridLink | |
Delphi
function IsValidChar(AKey: Char): Boolean;
C++
bool __fastcall IsValidChar(System::WideChar AKey);
Description
Indicates whether a character typed by the user is valid for this member. For instance, only numeric characters are valid for members of integer type.