TdxCustomDocumentCapabilitiesOptions.TablesAllowed Method
In This Article
Returns a value indicating whether tables can be inserted into the current document.
#Declaration
Delphi
function TablesAllowed: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
If the function returns True, an end-user can create tables within the active document. If the TablesAllowed function returns False, the tables are not available.
Note
The Tables
See Also