System.Classes.TDataModule.DesignSize

From RAD Studio API Documentation
Revision as of 00:11, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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