Vcl.StdActns.TBrowseForFolder.DoValidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder

Description

Generates an OnValidate event.

DoValidate is a protected method that represents the trigger for the OnValidate event.

See Also