FMX.Effects.TBevelEffect.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TBevelEffect(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects TBevelEffect

Description

Creates a new instance of TBevelEffect.

Create sets the Enabled property to True, Direction, to 45, and Size, to 10.

These values can be changed any time at run time or using the Object Inspector at design time.

See Also