Design surface window.
TDesignSurface = class(TCustomControl);
ed_dsncont
Serves as deigned form container. Blocks activation of the form.Redirects keyboard input to designer.
Assign design surface to TzCustomFormDesigner.DesignSurface Property. Designer automatically puts designed form on the surface.
|
Topic |
Description |
|
The methods of the TDesignSurface class are listed here. | |
|
The properties of the TDesignSurface class are listed here. |
|
Method |
|
virtual |
|
Property |
|
read only |
|
TDesignSurface Methods |
Description |
|
Activates associated designer. | |
|
Adjusts scrollbars and form position in the container. | |
|
Called by designer when form was resized. | |
|
Invokes an action with the component as its target. | |
|
Updates an action component to reflect the current state of the component. |
|
TDesignSurface Properties |
Description |
|
Designer sets this property to show/hide frame around form. | |
|
Specifies type of used scroll bars. | |
|
Specifies attached form. | |
|
Specifies offset of the form relative to client origin of design surface. | |
|
Specifies width of the frame line. | |
|
Specifies whether form caption and border should be hidden. | |
|
Specifies whether ruler displays scale only for client area. | |
|
Specifies current scrolling position. | |
|
Specifies whether frame around form may be visible. | |
|
Specifies whether rulers are visible. | |
|
Specifies units used by rulers. |
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|