API:FMX.Edit.Style.TStyledEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Presentation.Style.TStyledPresentationFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStyledEdit

Delphi

TStyledEdit = class(TStyledPresentation, ITextInput, ITextSpellCheck, ITextSpellCheckActions)

C++

class PASCALIMPLEMENTATION TStyledEdit : public Fmx::Presentation::Style::TStyledPresentation

Properties

Type Visibility Source Unit Parent
class public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style FMX.Edit.Style

Description

A base class for styled presentations of presented controls.

FMX.Edit.Style.TStyledEdit inherits from FMX.Presentation.Style.TStyledPresentation. All content below this line refers to FMX.Presentation.Style.TStyledPresentation.

A base class for styled presentations of presented controls.

The styled presentation represents your presented control using FireMonkey styled controls. The styled presentation is used when the ControlType property equals to Styled. On platforms for which FireMonkey does not provide native presentation support, FireMonkey uses the default styled presentation regardless of the ControlType value.

TStyledPresentation extends TStyledControl defining methods and properties providing exchanging of data with the associated PresentedControl and the data model specified in the constructor of a styled presentation object.

See Also