To celebrate that quality.embarcadero.com finally has a solid certificate... err... is back online :P

To celebrate that quality.embarcadero.com finally has a solid certificate... err... is back online :P

RSP-10215: Code completion for record property generates code that won't compile

Using code completion (Ctrl+Shift+C) in

RMyRecord = record
  property Prop1:String;
end;

generates

RMyRecord = record
  private
    FProp1: String;
    procedure SetProp1(const Value: String);
  published * [dcc32 Error]: E2184 PUBLISHED section valid only in class types*
    property Prop1:String read FProp1 write SetProp1;
end;

https://quality.embarcadero.com/browse/RSP-10215
https://quality.embarcadero.com/browse/RSP-10215

Comments

Post a Comment