Vcl.ExtCtrls.TSplitter.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TControl read FControl;

C++

__property Vcl::Controls::TControl* Control = {read=FControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TSplitter

Description

Identifies the visible and enabled control that the splitter is affecting.

This property specifies the adjacent control that the splitter will resize when the user drags it. This is typically the control on the side of the splitter that gets adjusted in size while the splitter is moved.

See Also