Class TMyClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TMyClass = class(TObject)

Description

In this case, "Operator" is used as a normal Delphi identifier

Hierarchy

Overview

Properties

Public property Operator: string read FOperator write FOperator;

Description

Properties

Public 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.