private
    { Private declarations }
    FName:String;
    function GetName:string;
  public
    property Name:String read GetName;