ToolsAPI.WelcomePage.INTAWelcomePagePluginModel.SetOnLoadingFinished

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnLoadingFinished(const AProc: TProc);

C++

virtual void __fastcall SetOnLoadingFinished(const System::Sysutils::_di_TProc AProc) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.WelcomePage.pas
ToolsAPI.WelcomePage.hpp
ToolsAPI.WelcomePage INTAWelcomePagePluginModel

Description

SetOnLoadingFinished is a method to set a callback procedure after loading data.

See Also