FMX.MagnifierGlass.TMagnifierGlass

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MagnifierGlass.TCustomMagnifierGlassFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentTMagnifierGlass

Delphi

TMagnifierGlass = class(TCustomMagnifierGlass)

C++

class PASCALIMPLEMENTATION TMagnifierGlass : public TCustomMagnifierGlass

Properties

Type Visibility Source Unit Parent
class public
FMX.MagnifierGlass.pas
FMX.MagnifierGlass.hpp
FMX.MagnifierGlass FMX.MagnifierGlass

Description

The base class for MagnifierGlass controls.

FMX.MagnifierGlass.TMagnifierGlass inherits from FMX.MagnifierGlass.TCustomMagnifierGlass. All content below this line refers to FMX.MagnifierGlass.TCustomMagnifierGlass.

The base class for MagnifierGlass controls.

A magnifying glass is a loupe that enlarges a certain area in a parent control. The magnifying glass control allows changing the magnification factor LoupeScale and has the LoupeMode option defining whether the magnifying glass is a circular or rectangular lens.

Note: TMagnifierGlass enlarges controls that are located on the same and lower hierarchical level. If the control is placed on a superior level, it will not be magnified. For more information, see the Structure View topic.

See Also