This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Prints a text string at a specific x, y location with attribute directly into an allocated console buffer screen.
Syntax
Console_PrintAt_Buffer(sText, xPos, yPos, lColor, hConsole)
Returns
Parameters
Name |
Type |
Optional |
Meaning |
sText |
Number |
No |
The text to print |
xPos |
Number |
No |
X start position of the progress bar |
yPos |
Number |
No |
Y start position of the progress bar |
lColor |
Number |
No |
Color to be used. |
hConsole |
Number |
No |
A handle to the console screen buffer. hConsole is the handle returned by Console_CreateScreenBuffer |
Remarks
This function is useful when developing console applications using double buffer method in order to avoid flickering
Restrictions
Alias
See also
Console_CreateScreenBuffer, Console_SetActiveScreenBuffer
Examples