TdxCustomDocumentCapabilitiesOptions.FieldsAllowed Method
Returns a value indicating whether the fields can be created in the active document.
Declaration
function FieldsAllowed: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
If the function returns True, an end-user can add placeholders that are replaced with actual data from the specified data source when the document is displayed or printed. An end-user can insert fields by pressing the Ctrl+F9 key combination.
Note
The FieldsAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of document fields, use the Fields property instead.
See Also