VisuFbPaintAfterAllElement.Destruct (METH) ¶ METHOD Destruct : BOOL This method will be removed and replaced with a implicit Destructor (opposite to Init) InOut: Scope Name Type Return Destruct BOOL
VisuFbPaintAfterAllElement.ElementInfo (METH) ¶ METHOD ElementInfo : INT InOut: Scope Name Type Return ElementInfo INT Input pData POINTER TO Visu_StructElementInfo
VisuFbPaintAfterAllElement.GetAdditionalClientDataSize (METH) ¶ METHOD GetAdditionalClientDataSize : DINT Returns the additional number of bytes, that a visual element needs to register in the client specific data in order to store element specific data. If no additional memory is needed, 0 has to be returned. For the correct alignment an instance of VisuFbAdditionalClientDataHelper should be used to compute the data size, where the data is aligned correctly. InOut: Scope Name Type Return GetAdditionalClientDataSize DINT
VisuFbInputRectangle.Width (PROP) ¶ PROPERTY Width : INT
VisuFbNamespaceTableHelper (FB) ¶ FUNCTION_BLOCK VisuFbNamespaceTableHelper Helper FB to access a VisuFbNamespaceTable. InOut: Scope Name Type Comment Input _pNamespaceTable POINTER TO VisuFbNamespaceTable The VisuFbNamespaceTable instance to use. Methods: GetNextAccessPath SetInitAccessPath prvDeriveNamespaceFromAccessPath prvFindInitialNamespaceIndex Structure: GetNextAccessPath (Method) SetInitAccessPath (Method) prvDeriveNamespaceFromAccessPath (Method) prvFindInitialNamespaceIndex (Method)
VisuFbNamespaceTableHelper.GetNextAccessPath (METH) ¶ METHOD GetNextAccessPath : BOOL InOut: Scope Name Type Return GetNextAccessPath BOOL Inout stAccessPath STRING(255)
VisuFbPaintAfterAllElement.GetTextProperties (METH) ¶ METHOD GetTextProperties : BOOL InOut: Scope Name Type Comment Return GetTextProperties BOOL Output Font VisuStructFont dwOptAlignment DWORD returns the alignment dwFlags DWORD returns the flags, eg if pText points to WSTRING
VisuFbPaintAfterAllElement.GetTooltip (METH) ¶ METHOD GetTooltip : Visu_TypeString Returns the tooltip of the element InOut: Scope Name Type Return GetTooltip Visu_TypeString
VisuFbPaintAfterAllElement.GetUpdateRects (METH) ¶ METHOD GetUpdateRects : BOOL adds the rectangles to the list from the clientdata that have to be invalidated InOut: Scope Name Type Comment Return GetUpdateRects BOOL Input elemIndex INT parameter
VisuFbPaintAfterAllElement.GetClientData (METH) ¶ METHOD GetClientData : POINTER TO VisuStructClientData InOut: Scope Name Type Return GetClientData POINTER TO VisuStructClientData