Table Operations
Functions Introduced
Use the function ProUITableAnchorSet() to set the position of the table with respect to a given anchor location. This function is applicable only if the parent of the table is a drawing area.
Use the function ProUITableSizeSet() to set the size of the table. This field is used only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments width or height.
Use the function ProUITableMinimumsizeGet() to retrieve the minimum size of the width and height of the table in pixels. Use this function only if the parent is a drawing area.
Use the function ProUITablePositionSet() to set the position to the table with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUITablePositionGet() to get the position to the table with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUITableSizeGet() to get the size of the table. This field is used only if the parent is a drawing area.
Use the function ProUITableComponentCopy() to copy a predefined component and place it in the table. The component is not displayed until it is assigned to a table cell using ProUITableCellComponentNameSet(). However, you can update the component's properties as needed and display it at a later time.
Use the function ProUITableComponentDelete() to delete a specified component from the table.
这对您有帮助吗?