mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 22:58:14 +02:00
TDatePicker added public property DroppedDown - Delphi compatible
git-svn-id: trunk@50025 -
This commit is contained in:
parent
468f3f322b
commit
e2a04877b0
@ -410,6 +410,7 @@ type
|
||||
public
|
||||
property DateTime;
|
||||
property CalendarWrapperClass;
|
||||
property DroppedDown;
|
||||
published
|
||||
property ArrowShape;
|
||||
property ShowCheckBox;
|
||||
|
@ -63,6 +63,7 @@ type
|
||||
destructor Destroy; override;
|
||||
property Field: TField read GetField;
|
||||
property CalendarWrapperClass;
|
||||
property DroppedDown;
|
||||
published
|
||||
{ Published declarations }
|
||||
property DataField: string read GetDataField write SetDataField;
|
||||
|
Loading…
Reference in New Issue
Block a user