mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 23:27:48 +01:00
parent
7bd8d0200e
commit
c9c82ddbf8
@ -143,7 +143,7 @@ type
|
||||
procedure SetDisplayName(const AValue: string); override;
|
||||
public
|
||||
property Name : string read FName write SetDisplayName;
|
||||
property DisplayName : string read GetDisplayName;
|
||||
property DisplayName : string read GetDisplayName write SetDisplayName;
|
||||
end;
|
||||
|
||||
{ TDefCollection }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user