maked ActiveEvent writeable

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u 2008-02-29 21:39:52 +00:00
parent 4f04afdb1c
commit 6cc8ac045d

View File

@ -439,7 +439,7 @@ type
StopLine : Integer;
UseGran : TVpGranularity;
DisplayOnly : Boolean); override;
property ActiveEvent: TVpEvent read FActiveEvent;
property ActiveEvent: TVpEvent read FActiveEvent write FActiveEvent;
property TopHour: TVpHours read FTopHour write SetTopHour;
property TopLine: Integer read FTopLine write SetTopLine;
property LineCount: Integer read FLineCount;