mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 15:39:33 +02:00
Move DBDateTimePicker to Date Contorls page on Component Pallete
git-svn-id: trunk@45097 -
This commit is contained in:
parent
41f2997365
commit
2e69662d45
@ -36,7 +36,8 @@ uses
|
|||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterComponents('Common Controls', [TDateTimePicker, TDBDateTimePicker]);
|
RegisterComponents('Common Controls', [TDateTimePicker]);
|
||||||
|
RegisterComponents('Data Controls', [TDBDateTimePicker]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user