FormatDateTime (FUN) ¶ FUNCTION FormatDateTime : BOOL This function performs a formated date and time string. InOut: Scope Name Type Comment Return FormatDateTime BOOL Input cbpResult POINTER TO BYTE The buffer, where the result will be returned uiResultCapacity UINT The capacity of the result buffer cbpFormat POINTER TO BYTE The format string used for formatting the value
Printf (FUN) ¶ FUNCTION Printf : BOOL This function performs a “formatted printing” of the value <pValue> points to. It is only used internally to have the possibility for the converted code to provide an external implementaion. InOut: Scope Name Type Comment Return Printf BOOL Input cbpResult POINTER TO BYTE The buffer, where the result will be returned uiResultCapacity UINT The capacity of the result buffer cbpFormat POINTER TO BYTE The format string used for formatting the value pValue POINTER TO BYTE A pointer to the begin of the piece of memory, where the value to format is stored. typeClass __SYSTEM.TYPE_CLASS A __SYSTEM.TYPE_CLASS value describing the type of the value to format
PrintfW (FUN) ¶ FUNCTION PrintfW : BOOL This function performs a “formatted printing” of the value <pValue> points to. It is only used internally to have the possibility for the converted code to provide an external implementaion. InOut: Scope Name Type Comment Return PrintfW BOOL Input cbpResult POINTER TO BYTE The buffer, where the result will be returned uiResultCapacity UINT The capacity of the result buffer cbpFormat POINTER TO BYTE The format string used for formatting the value pValue POINTER TO BYTE A pointer to the begin of the piece of memory, where the value to format is stored. typeClass __SYSTEM.TYPE_CLASS A __SYSTEM.TYPE_CLASS value describing the type of the value to format
Utilities ¶ BitmapEntry (Struct) BitmapProcessing (FunctionBlock) FindBitmapIndexByID (Method) Draw DrawBitmapByID (Function) DrawBitmapByIndex (Function) DrawPolygon (Function) DrawRect (Function) DrawText (Function) LogMessage (Function) OffsetPoints (Function) PopTransformation (Function) PushTransformation (Function) SetPaintRectangle (Function) SetSimpleRectangle (Function) SubPoints (Function)
BitmapEntry (STRUCT) ¶ TYPE BitmapEntry : STRUCT InOut: Name Type pBitmapData POINTER TO BYTE udiBitmapSize UDINT sBitmapID STRING
BitmapProcessing (FB) ¶ FUNCTION_BLOCK BitmapProcessing Methods: FindBitmapIndexByID Structure: FindBitmapIndexByID (Method)
BitmapProcessing.FindBitmapIndexByID (METH) ¶ METHOD FindBitmapIndexByID : INT InOut: Scope Name Type Return FindBitmapIndexByID INT Input psID POINTER TO STRING
Draw ¶ DrawBitmapByID (Function) DrawBitmapByIndex (Function) DrawPolygon (Function) DrawRect (Function) DrawText (Function)
DrawBitmapByID (FUN) ¶ FUNCTION DrawBitmapByID : RTS_IEC_RESULT InOut: Scope Name Type Return DrawBitmapByID RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE iX INT iY INT iWidth INT iHeight INT psBitmapID POINTER TO STRING udiTransparentColor UDINT udiFlags UDINT
MoveAbsolute (FB) ¶ FUNCTION_BLOCK MoveAbsolute Methods: Execute Structure: Execute (Method)