Class TFormSizeDialog

Unit

Declaration

type TFormSizeDialog = class(TForm)

Description

Hierarchy

Overview

Fields

Public ButtonPanelSizeDialog: TButtonPanel;
Public PanelSizeDialog: TPanel;
Public RadioGroupSizeDialog: TRadioGroup;

Methods

Public procedure ButtonCancelClick(Sender: TObject);
Public procedure ButtonOKClick(Sender: TObject);
Public constructor Create(AOwner: TComponent; const ASizes: array of Integer); reintroduce;

Properties

Public property SelectedSize: Integer read FSelectedSize;

Description

Fields

Public ButtonPanelSizeDialog: TButtonPanel;
 
Public PanelSizeDialog: TPanel;
 
Public RadioGroupSizeDialog: TRadioGroup;
 

Methods

Public procedure ButtonCancelClick(Sender: TObject);
 
Public procedure ButtonOKClick(Sender: TObject);
 
Public constructor Create(AOwner: TComponent; const ASizes: array of Integer); reintroduce;
 

Properties

Public property SelectedSize: Integer read FSelectedSize;