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:
wp 2018-11-18 23:33:33 +00:00
parent f435a9dc89
commit 62c4c59fe9

View File

@ -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;