Vcl.StdActns.TBrowseForFolder.DoCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

int __fastcall DoCallback(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 OnCallback event.

DoCallback is a protected method that represents the trigger for the OnCallback event.

See Also