mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:29:14 +02:00
* add a dummy property to keep lazarus CHM compiling for now.
git-svn-id: trunk@42129 -
This commit is contained in:
parent
40e6c06f67
commit
62a572e484
@ -110,6 +110,7 @@ type
|
|||||||
property IncreaseImageIndex: Boolean read FIncreaseImageIndex write FIncreaseImageIndex;
|
property IncreaseImageIndex: Boolean read FIncreaseImageIndex write FIncreaseImageIndex;
|
||||||
property Comment: String read FComment write FComment;
|
property Comment: String read FComment write FComment;
|
||||||
property Owner: TChmSiteMapItems read FOwner;
|
property Owner: TChmSiteMapItems read FOwner;
|
||||||
|
property Keyword : string read fname; // deprecated; // Use name, sitemaps don't store the difference.
|
||||||
property Local : string read getlocal; // deprecated; // should work on ALL pairs
|
property Local : string read getlocal; // deprecated; // should work on ALL pairs
|
||||||
property Text : string read fname write fname; // deprecated; // should work on ALL pairs
|
property Text : string read fname write fname; // deprecated; // should work on ALL pairs
|
||||||
property SeeAlso : string read getseealso; // deprecated; // should work on ALL pairs
|
property SeeAlso : string read getseealso; // deprecated; // should work on ALL pairs
|
||||||
|
Loading…
Reference in New Issue
Block a user