mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 12:09:21 +02:00
* List view properties
This commit is contained in:
parent
4464a2d5af
commit
0cb5864a1c
@ -481,6 +481,11 @@ Type
|
||||
eventClick : TEventMouseEventHandler;
|
||||
eventMouseEnter : TEventMouseEventHandler;
|
||||
eventMouseLeave : TEventMouseEventHandler;
|
||||
listDayFormat : TDateFormatter;
|
||||
listDayBool : Boolean; external name 'listDayFormat';
|
||||
listDayAltFormat : TDateFormatter;
|
||||
listDayAltBool : Boolean; external name 'listDayAltFormat';
|
||||
noEventsMessage : String;
|
||||
end;
|
||||
|
||||
{ TFullCalendarView }
|
||||
|
Loading…
Reference in New Issue
Block a user