mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 04:39:29 +01:00
win32: register TWin32WSCustomTreeView
git-svn-id: trunk@57323 -
This commit is contained in:
parent
a7d82ae9eb
commit
fbd879bb4a
@ -209,7 +209,8 @@ end;
|
|||||||
|
|
||||||
function RegisterCustomTreeView: Boolean; alias : 'WSRegisterCustomTreeView';
|
function RegisterCustomTreeView: Boolean; alias : 'WSRegisterCustomTreeView';
|
||||||
begin
|
begin
|
||||||
Result := False;
|
RegisterWSComponent(TCustomTreeView, TWin32WSCustomTreeView);
|
||||||
|
Result := True;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// calendar
|
// calendar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user