WCon_OnPaintLast

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > WCon >

WCon_OnPaintLast

 

Description

 

Allows to specify function, which will be called after window redraw

 

Syntax

 

WCon_OnPaintLast(functionToCall)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

functionToCall

Function Name

No

Script function name to be called on given event

 

Remarks

 

Restrictions

 

See also

 

Examples