You've already forked lazarus-ccr
TvPlanIt: Add event OnPrepareEventFont to TVpDayView, TVpWeekView and TVpMonthView. (https://forum.lazarus.freepascal.org/index.php/topic,61758.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8667 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -83,6 +83,9 @@ type
|
||||
TVpDateChangedEvent = procedure (Sender: TObject;
|
||||
Date: TDateTime) of object;
|
||||
|
||||
TVpPrepareEventFontEvent = procedure (Sender: TObject;
|
||||
AEvent: TVpEvent; AFont: TFont) of object;
|
||||
|
||||
{ contact events }
|
||||
TVpContactEvent = procedure(Sender: TObject; Contact: TVpContact) of object;
|
||||
|
||||
|
Reference in New Issue
Block a user