Enums ¶ BrushStyle (Enum) PenStyle (Enum) PolygonType (Enum) RectangleType (Enum)
BrushStyle (ENUM) ¶ TYPE BrushStyle : InOut: Name BS_SOLID BS_HOLLOW
PenStyle (ENUM) ¶ TYPE PenStyle : InOut: Name PS_SOLID PS_DASH PS_DOT PS_DASHDOT PS_DASHDOTDOT PS_HOLLOW
PolygonType (ENUM) ¶ TYPE PolygonType : InOut: Name Initial PT_POLYGON 0 PT_POLYLINE 1 PT_BEZIERS 2
RectangleType (ENUM) ¶ TYPE RectangleType : InOut: Name Initial RT_RECTANGLE 0 RT_ROUNDRECT 1 RT_CIRCLE 2 RT_LINE 3 RT_LINEFROMTOPLEFT 4
PaintRectangle (STRUCT) ¶ TYPE PaintRectangle : STRUCT InOut: Name Type Comment m_Points ARRAY [0..3] OF Point a rectangle that can directly be painted
Structs ¶ PaintRectangle (Struct) Point (Struct) SimpleRectangle (Struct)
Point (STRUCT) ¶ TYPE Point : STRUCT InOut: Name Type iX INT iY INT
SysFileEOFAsync (FB) ¶ FUNCTION_BLOCK SysFileEOFAsync InOut: Scope Name Type Input bEnable BOOL hFile DWORD Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD bEOF BOOL
SysFileGetPosAsync (FB) ¶ FUNCTION_BLOCK SysFileGetPosAsync InOut: Scope Name Type Input bEnable BOOL hFile DWORD Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD dwPos DWORD