In a class definition, I have the following code :
TClass = class
private
…
FType: Integer;
…
public
…
property &Type: Integer read FType write FType;
…
end;
What is the meaning?
I can’t find any explanation in the Embarcadero (Properties (Delphi) documentation.