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.