TdxRichEditBehaviorOptions Class
Stores the Rich Edit control’s behavior settings.
Declaration
TdxRichEditBehaviorOptions = class(
TdxRichEditNotificationOptions
)
Remarks
This class implements settings that determine the Rich Edit control’s document-related capabilities and availability of certain end-user interaction options.
The TdxRichEditBehaviorOptions class extends its ancestor with properties that allow you to specify:
Which clipboard operations are available to end-users (the Copy, Cut, and Paste properties);
The available document management operations (the CreateNew, Open, Save, and SaveAs properties);
The availability of drag-and-drop operations (the Drag and Drop properties);
The text typing mode (the OvertypeAllowed property);
Availability of the document zooming as well as the both minimum and maximum zoom factor values (the Zooming, MinZoomFactor, and MaxZoomFactor properties, respectively);
Availability of specific end-user interaction options (the OfficeScrollingAllowed, ShowPopupMenu, and Touch properties);
Availability of the document printing functionality (the Printing property);
How the page break is inserted into a document (the PageBreakInsertMode property);
The character used to replace line breaks when a document content is exported to the HTML file format (the PasteLineBreakSubstitution property);
How a single cell from the clipboard is pasted into a document (the PasteSingleCellAsText property);
The character inserted when an end-user presses the Tab key (the TabMarker property);
Whether the Rich Edit control substitutes the characters missing in the current font (the UseFontSubstitution property);
The settings applied to the default font of the Rich Edit control (the FontSource and ForeColorSource properties).
The TdxRichEditBehaviorOptions class is referenced by the Rich Edit control’s Options.Behavior property.