常规参数
文章标题:
权重:
文章摘要:
procedure TForm1.FormShow(Sender: TObject);constTVS_NOTOOLTIPS = $0080;beginSetWindowLong(Treeview1.Handle, GWL_STYLE,GetWindowLong(TreeView1.Handle, GWL_STYLE) xor TVS_NOTOOLTIPS);end;
关键字:
禁止 如何 GWL_STYLE GetWindowLong TreeView1.Handle
管理密码: