|
<< Click to display table of contents >> TRVWidgetPageContainer.BackButtonType |
Specifies the image displayed on the Back/Apply button.
type
TRVWidgetBackButtonType = (Check, Arrow);
property BackButtonType: TRVWidgetBackButtonType;
The button is displayed in the upper-left corner of all widget pages except the main page. Clicking this button applies the entered values and returns to the previous page. If it returns to the main page, the changes are applied to Editor.
Value |
Meaning |
|---|---|
Check |
Check mark |
Arrow |
Left arrow (or right arrow for right-to-left languages) |
Check is the default value to emphasize that the values are not applied to the editor until this button is clicked.
Default value:
TRVWidgetBackButtonType.Check