Data.Bind.Components.TCustomBindGridLink.IsValidChar

提供: RAD Studio API Documentation
移動先: 案内検索

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


説明

ユーザーによって入力された文字が、このメンバーに有効かどうかを示します。たとえば、整数型のメンバーには、数値文字のみが有効になります。

関連項目