System.Classes.TDataModule.DesignSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignSize: TPoint read FDesignSize write FDesignSize;

C++

__property System::Types::TPoint DesignSize = {read=FDesignSize, write=FDesignSize};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TDataModule

Description

Specifies the design size for the data module at design time.

An application should never need to set this value. It controls the size of the data module window at design time.

See Also