Skip to main content

TdxCustomDocumentCapabilitiesOptions.TablesAllowed Method

Returns a value indicating whether tables can be inserted into the current document.

Declaration

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 TablesAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the end-user capability to create tables, use the Tables property instead.

See Also