API:Vcl.ValEdit.TOnValidateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnValidateEvent = procedure(Sender: TObject; ACol, ARow: Longint;
const KeyName, KeyValue: string) of object;

C++

typedef void __fastcall (__closure *TOnValidateEvent)(System::TObject* Sender, System::LongInt ACol, System::LongInt ARow, const System::UnicodeString KeyName, const System::UnicodeString KeyValue);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit Vcl.ValEdit

Description

Embarcadero Technologies does not currently have any additional information.