Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Owner,Parent,Self,Sender,Clientheight,Height (transfer)

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

The Parent property refers to the package container of the component, and the component can only be displayed and moved within this range.

The Owner property refers to the owner of the component, which is responsible for the creation and release of the component. The create method should take parameters that represent the component owner, as in the above example, the component owner is the form, that is, self. The Parent property and the Owner property are run-time properties and can only be set at run-time, through code.

Owner is the creator, Parent is the container, and they have different types.

Owner is TComponent (component), Parent is TWinControl (form control)

Function A1 (B:Integer): Integer

Begin

……

Button:=tbutton.create (self);.

End

Third, the difference between Clientheight and Height,Clientwidth and Width:

For general artifacts, Height is Clientheight,Width and Clientwidth, while for forms, Height is the height, including the title bar, and Clientheight is the height of the form's workspace. Similarly, Clientwidth specifies the width of the form's workspace.

As you can see from the above statement, understanding the difference between Ower and Parent,Self and Sender,Clientheight and Height,Clientwidth and Width is important for proper programming in Delphi.

[@ more@]

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report