Vcl.StdActns.TBrowseForFolder.DoValidate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoValidate(Wnd: HWND; uMsg: UINT; lParam, lpData: LPARAM): Integer;

C++

int __fastcall DoValidate(HWND Wnd, unsigned uMsg, NativeInt lParam, NativeInt lpData);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder

Beschreibung

Erzeugt das Ereignis OnValidate.

DoValidate ist eine protected Methode, die den Auslöser für das Ereignis OnValidate repräsentiert.

Siehe auch