Vcl.Forms.TTitleBar.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TCustomControl read FControl write SetControl;

C++

__property Vcl::Controls::TCustomControl* Control = {read=FControl, write=SetControl};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar

Description

It assigns the TCustomTitleBarPanel descendent to handle the title bar drawing.

See Also