FMX.Effects.TEffect.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates a new instance of TEffect. By default, Create sets the Enabled property to True.

See Also