摘要:
请看VCL源代码,下面的代码相信大家都看得懂,我就不解释了。procedure TCustomListBox.CreateParams(var Params: TCreateParams);type PSelects = ^TSelects; TSelects = array[Boolean] of DWORD;const Styles: array[TListBoxStyle] of DW... 阅读全文
posted @ 2004-03-08 18:37
cjsh
阅读(1722)
评论(7)
推荐(0)