FMX.Effects.TRasterEffect.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates a new instance of TEffect.

FMX.Effects.TRasterEffect.Create inherits from FMX.Effects.TEffect.Create. All content below this line refers to FMX.Effects.TEffect.Create.

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

See Also