Using Intraweb (4)-Tiwregion of page layouts

Source: Internet
Author: User


Tiwregion is a container, first of all it is laid out.
Add 4 tiwregion to a blank form, and then:
usesSystem.uitypes; To use the Anchors property{Most of the settings in the following code can be done at design time}procedureTiwform1.iwappformcreate (Sender:tobject);begin{Put all 3 other iwregion in IWRegion1}Iwregion2.parent: = IWRegion1;  Iwregion3.parent: = IWRegion1;  Iwregion4.parent: = IWRegion1; {Set the size and position of the IWRegion1}Iwregion1.width: = 600;  Iwregion1.height: = Self.height; Iwregion1.top: = 0; Iwregion1.left: = (clientwidth-iwregion1.width)Div2; Iwregion1.anchors: = [Aktop, Akbottom]; This is the key setting, which is actually VCL old stuff, but more important to the Web page{Set the position, size, and color of the other 3 iwregion}Iwregion2.align: = Altop;  Iwregion3.align: = Alleft;  Iwregion4.align: = alclient; Iwregion2.height: = 80; Iwregion3.width: = 120;  Iwregion2.color: = clwebred;  Iwregion3.color: = Clwebgold;  Iwregion4.color: = Clwebyellow; {Let IWRegion2 and IWRegion3 have a split line that can be dynamically adjusted}Iwregion3.splitter: = True;End;

:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.