git-svn-id: trunk@7335 -
This commit is contained in:
michael 2007-05-14 19:43:02 +00:00
parent 7bd8d0200e
commit c9c82ddbf8

View File

@ -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 }