Class TFormSizeDialog
Unit
Declaration
type TFormSizeDialog = class(TForm)
Description
Hierarchy
- TForm
- TFormSizeDialog
Overview
Fields
![]() |
ButtonPanelSizeDialog: TButtonPanel; |
![]() |
PanelSizeDialog: TPanel; |
![]() |
RadioGroupSizeDialog: TRadioGroup; |
Methods
![]() |
procedure ButtonCancelClick(Sender: TObject); |
![]() |
procedure ButtonOKClick(Sender: TObject); |
![]() |
constructor Create(AOwner: TComponent; const ASizes: array of Integer); reintroduce; |
Properties
![]() |
property SelectedSize: Integer read FSelectedSize; |
Description
Fields
![]() |
ButtonPanelSizeDialog: TButtonPanel; |
![]() |
PanelSizeDialog: TPanel; |
![]() |
RadioGroupSizeDialog: TRadioGroup; |
Methods
![]() |
procedure ButtonCancelClick(Sender: TObject); |
![]() |
procedure ButtonOKClick(Sender: TObject); |
![]() |
constructor Create(AOwner: TComponent; const ASizes: array of Integer); reintroduce; |
Properties
![]() |
property SelectedSize: Integer read FSelectedSize; |
