Skip to main content

TdxCustomDocumentCapabilitiesOptions.FloatingObjectsAllowed Method

Returns a value indicating whether the floating objects can be embedded into the active document.

Declaration

function FloatingObjectsAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can add and manage floating objects within the current document. If the FloatingObjectsAllowed function returns False, the floating objects feature is not available.

Note

The FloatingObjectsAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of the floating objects in documents, use the FloatingObjects property instead.

See Also