Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEP_rectLOGICALLOC

Scope

All ProEssentials Objects.

Type

RECT structure

Default

NA

Custom

NA

Ocx|Vcl

NA

 

Purpose

This property is old and shouldn't be used.

 

This property is used to provide auto-sizing capabilities to the object. This RECT defines the logical location of the object with respect to the PageWidth, and PageHeight logical extents of the parent windows client area. These extents are developer defined.

 

Comments

This property is used in conjunction with the PageWidth and PageHeight properties, and PEWM_PARENTVIEW_RESIZED message.

 

When the parent window is resized, it should send the PEWM_PARENTVIEW_RESIZED message to all ProEssentials controls that it contains. This will cause the ProEssentials controls to resize themselves with respect to their parent window.

 

For more information see the description for the PEWM_PARENTVIEW_RESIZED message in Appendix C.