FMX.Graphics.TBrushObject.SetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetName(const NewName: TComponentName); override;

C++

virtual void __fastcall SetName(const System::Classes::TComponentName NewName);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrushObject

Description

Sets the name of the brush object.

SetName is the protected write implementation of the Name property. Override SetName to execute additional code when the value of the Name property changes.

See Also