Notice
Recent Posts
Recent Comments
Link
목록MDIChild (1)
승적이익강 (勝敵而益强)
[델파이]MDIChild Client Rect 변경
in the OnCreate event place the following code: [Delphi] if ClientHandle 0 then Winapi.Windows.SetParent(ClientHandle, pnlMDI.Handle);where pnlMDI is a TPanel that can be placed anywhere on the form. This however is not enough. The MDIClient is moved and sized in TCustomForm.AlignControls which needs to be overridden to keep it occupying the whole panel it has been parented to. In the form's int..
Delphi
2016. 5. 4. 10:11