mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:46:12 +02:00
Published TnamedItem.Name as in Delphi
git-svn-id: trunk@7362 -
This commit is contained in:
parent
e46ecfb3d4
commit
06f27aa25c
@ -141,9 +141,10 @@ type
|
|||||||
protected
|
protected
|
||||||
function GetDisplayName: string; override;
|
function GetDisplayName: string; override;
|
||||||
procedure SetDisplayName(const AValue: string); override;
|
procedure SetDisplayName(const AValue: string); override;
|
||||||
public
|
Public
|
||||||
property Name : string read FName write SetDisplayName;
|
|
||||||
property DisplayName : string read GetDisplayName write SetDisplayName;
|
property DisplayName : string read GetDisplayName write SetDisplayName;
|
||||||
|
published
|
||||||
|
property Name : string read FName write SetDisplayName;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TDefCollection }
|
{ TDefCollection }
|
||||||
|
Loading…
Reference in New Issue
Block a user