mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02: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';
|
||||
begin
|
||||
Result := False;
|
||||
RegisterWSComponent(TCustomTreeView, TWin32WSCustomTreeView);
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
// calendar
|
||||
|
Loading…
Reference in New Issue
Block a user