FMX.Forms.IDesignerHook.Decorate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Decorate(Context: TObject);

C++

virtual void __fastcall Decorate(System::TObject* Context) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IDesignerHook

Description

It is called after the form is completely painted, so additional painting can be performed on top of it.