Data.Bind.Components.TCustomBindGridLink.IsValidChar
Delphi
function IsValidChar(AKey: Char): Boolean;
C++
bool __fastcall IsValidChar(System::WideChar AKey);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | protected | Data.Bind.Components.pas Data.Bind.Components.hpp | Data.Bind.Components | TCustomBindGridLink | 
説明
ユーザーによって入力された文字が、このメンバーに有効かどうかを示します。たとえば、整数型のメンバーには、数値文字のみが有効になります。