You've already forked lazarus-ccr
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:
@ -439,7 +439,7 @@ type
|
|||||||
StopLine : Integer;
|
StopLine : Integer;
|
||||||
UseGran : TVpGranularity;
|
UseGran : TVpGranularity;
|
||||||
DisplayOnly : Boolean); override;
|
DisplayOnly : Boolean); override;
|
||||||
property ActiveEvent: TVpEvent read FActiveEvent;
|
property ActiveEvent: TVpEvent read FActiveEvent write FActiveEvent;
|
||||||
property TopHour: TVpHours read FTopHour write SetTopHour;
|
property TopHour: TVpHours read FTopHour write SetTopHour;
|
||||||
property TopLine: Integer read FTopLine write SetTopLine;
|
property TopLine: Integer read FTopLine write SetTopLine;
|
||||||
property LineCount: Integer read FLineCount;
|
property LineCount: Integer read FLineCount;
|
||||||
|
Reference in New Issue
Block a user