TDatePicker added public property DroppedDown - Delphi compatible

git-svn-id: trunk@50025 -
This commit is contained in:
zoran 2015-10-10 13:33:30 +00:00
parent 468f3f322b
commit e2a04877b0
2 changed files with 2 additions and 0 deletions

View File

@ -410,6 +410,7 @@ type
public
property DateTime;
property CalendarWrapperClass;
property DroppedDown;
published
property ArrowShape;
property ShowCheckBox;

View File

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