Data.Bind.Components.TCustomBindGridLink.IsValidChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsValidChar(AKey: Char): Boolean;

C++

bool __fastcall IsValidChar(System::WideChar AKey);

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

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.

See Also