Table of Content
HAL Forum
procedure NewTextArea (
integer StartX,integer StartY,integer EndX,integer EndY,string VarName)
Description:
(function not available yet). Used inside WindowBegin/EndWindow block.
Parameters:
StartX The X coordinate of the upper left corner of the area rectangle.
StartY The Y coordinate of the upper left corner of the area rectangle.
EndX The X coordinate of the lower right corner of the area rectangle.
EndY The Y coordinate of the lower right corner of the area rectangle.
VarName The name of the variable that will hold the contents of textarea
(function not available yet)
Related topics:
««