Class TCastlePanel

Unit

Declaration

type TCastlePanel = class(TCastleUserInterface)

Description

Warning: this symbol is deprecated: use TCastleHorizontalGroup

Panel or a toolbar control. Use as a background for other controls like buttons. You can add vertical separators to separate groups of controls on the panel.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure Render; override;
Public class function SeparatorSize: Single;

Properties

Public property VerticalSeparators: TSingleList read FVerticalSeparators;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure Render; override;
 
Public class function SeparatorSize: Single;
 

Properties

Public property VerticalSeparators: TSingleList read FVerticalSeparators;

Separator lines drawn on panel. Useful if you want to visually separate groups of contols (like a groups of buttons when you use this panel as a toolbar).

Values are the horizontal positions of the separators (with respect to this panel Left). Width of the separator is in SeparatorSize.


Generated by PasDoc 0.16.0.