Class TAdSetupSection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdSetupSection = class(TObject)

Description

Class used internally by the setup dialog that adds a new property group to the dialof.

Hierarchy

Overview

Methods

Public constructor Create(AParent: TWinControl; ACaption: string);
Public destructor Destroy; override;
Public procedure AddControl(AControl: TWinControl);

Properties

Public property Caption: string read FCaption;

Description

Methods

Public constructor Create(AParent: TWinControl; ACaption: string);

Creates a new section as child of a certain control and with a specific caption.

Public destructor Destroy; override;

Destroys the sections.

Public procedure AddControl(AControl: TWinControl);

Adds a new control to the section that is automatically centered and aligned.

Properties

Public property Caption: string read FCaption;

Caption specifies the caption set in the constructor.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00