GetAsyncParam

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCustomControl > Methods >

GetAsyncParam

SIGNATURE=IWControl.TIWCustomControl.GetAsyncParam@string@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function GetAsyncParam(const AParamName: string; const Default: Integer): Integer; overload;

C++:

public: __fastcall int GetAsyncParam(const String AParamName, const int Default);

 

Description: This is GetAsyncParam, a member of class TIWCustomControl.