mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 06:29:35 +02:00
DateTimePicker: Make DropDownCalendarForm protected (see https://forum.lazarus.freepascal.org/index.php/topic,43255.msg302417).
git-svn-id: trunk@59598 -
This commit is contained in:
parent
f435a9dc89
commit
62c4c59fe9
@ -266,7 +266,6 @@ type
|
||||
procedure SelectDateTimePart(const DateTimePart: TDateTimePart);
|
||||
procedure MoveSelectionLR(const ToLeft: Boolean);
|
||||
procedure DestroyCalendarForm;
|
||||
procedure DropDownCalendarForm;
|
||||
procedure UpdateShowArrowButton;
|
||||
procedure DestroyUpDown;
|
||||
procedure DestroyArrowBtn;
|
||||
@ -288,6 +287,8 @@ type
|
||||
procedure ConfirmChanges; virtual;
|
||||
procedure UndoChanges; virtual;
|
||||
|
||||
procedure DropDownCalendarForm;
|
||||
|
||||
function GetCheckBoxRect(IgnoreRightToLeft: Boolean = False): TRect;
|
||||
function GetDateTimePartFromTextPart(TextPart: TTextPart): TDateTimePart;
|
||||
function GetSelectedDateTimePart: TDateTimePart;
|
||||
|
Loading…
Reference in New Issue
Block a user