rvcontrolpanel TRVControlPanel

Properties   Methods

<< Click to display table of contents >>

rvcontrolpanel TRVControlPanel

Properties   Methods

TRVControlPanel provides settings for other components.

Unit FMX.RV.ControlPanel;

Syntax

TRVControlPanel = class(TComponent)

hmtoggle_arrow1Hierarchy

User interface language

The Language property specifies the user interface language for the components associated with this control panel.

By default, it is initialized to the operating system's user interface language.

If you want to set the language, set AutoDetectLanguage to False.

Use the FillLanguageList method to obtain the list of available languages.

Editing operations

The EditHelper property provides access to the TRVEditHelper component used by the components associated with this control panel.

You can also use this property to implement your own editing commands.

Working with actions

For the actions to work, they must be added to the TActionList component assigned to the ActionList property.

You also need to assign the editor that they will work with to the Editor property.

If you want to disable all actions inherited from TrvAction, set the ActionsEnabled property to False.

User interface

Widgets linked to this control panel contain fields for entering sizes, such as indents, margins, border widths, and other values. The units used in these fields are specified by the UnitsDisplay property.