荔园在线

荔园之美,在春之萌芽,在夏之绽放,在秋之收获,在冬之沉淀

[回到开始] [上一篇][下一篇]


发信人: zzt (少年仲永), 信区: Program
标  题: DELPHI TIPS(14)
发信站: BBS 荔园晨风站 (Fri Apr 16 18:29:04 1999), 转信

ZDTips brings you another Delphi Tip

http://www.zdtips.com -- Your #1 source for software tips and techniques
*******************************************************************

Today's sponsor:

ZD Journal's Delphi Developer's Journal
For a free issue go to
http://www.zdjournals.com/forms/ddj/cuvw79.htm
*******************************************************************

This week's Delphi Tip

Making parts of a form visible

Occasionally, you need some part of a form to be visible only from time to
time. To do this you can put the desired part of the form on the separate
Panel and set the Visible property of the panel to false. Don't forget to
change the total size of the form!

For example, if you wanted to put an auxiliary part on Panel1, which is on
the bottom of Form1, and you want it to be shown/hidden when a user
presses Button1, the code would look like this:

void __fastcall TForm1::Button1Click(TObject *Sender)
{
    if ( Panel1-> Visible )  {
        Panel1-> Visible = false;
        Height -= Panel1-> Height;
        Button1-> Caption = "Show More Options";
    } else  {
        Panel1-> Visible = true;
        Height += Panel1-> Height;
        Button1-> Caption = "Hide More Options";
    }
}

From--Andrew Ryabtsev, Institute of Physics of National Academy of Science
*******************************************************************

Tips and suggestions can be sent to

delphi_dev@zdjournals.com

We'll print your name and your e-mail or Web address, along with the tip.
*******************************************************************

This weekly tip is delivered to you as a free service from ZDTips.
To unsubscribe from a particluar tip (or tips) list go to

http://www.zdtips.com/unsub/

Type in the e-mail address and name you used to sign up for your tips and
then click unsubscribe.
*******************************************************************

ZDTips (TM) is a trademark of Ziff-Davis Inc. Copyright ?1997
Ziff-Davis Inc. All rights reserved. Reproduction in whole or in part
in any form or medium without express written permission of Ziff-Davis
is prohibited.


--



日出东方,唯我不败;
    天上地下,唯我独尊。

※ 来源:.BBS 荔园晨风站 bbs.szu.edu.cn.[FROM: 192.168.1.143]


[回到开始] [上一篇][下一篇]

荔园在线首页 友情链接:深圳大学 深大招生 荔园晨风BBS S-Term软件 网络书店