Class TMyClass
Unit
ok_operator_test
Declaration
type TMyClass = class(TObject)
Description
In this case, "Operator" is used as a normal Delphi identifier
Hierarchy
Overview
Properties
 |
property Operator: string read FOperator write FOperator; |
Description
Properties
 |
property Operator: string read FOperator write FOperator; |
In this case, "Operator" is used as a normal Delphi identifier, not as an ObjFpc keyword. PasDoc should tolerate this, for compatibility with Delphi and with FPC in $mode delphi.
|
|