Contents
- Index
- Previous
- Next
GetTableInfo method
Declaration
function GetTableInfo(var ANumRows, ANumCols: Integer; var ACaption: WideString; AAttrs: TProfDHTMLEditTableAttrs = nil): Boolean;
Description
Retrieves the information about the currently selected table into the variables that are passed as the parameters of the method call.
If the last optional parameter AAttrs is nil, the parameter is ignored and no information about table attributes is retrieved.
Returns True on success. Returns False on failure or if no table is currently selected.