public
    constructor Create;
    destructor Destroy; override;
    procedure Store;
    procedure Undo;
    property CanUndo: Boolean read FCanUndo;
    property Chart: TWfView read FChart write SetChart;
    property UndoSteps: Integer read FUndoSteps write SetUndoSteps;
  end;其中 property 中的声名的意思不太明白.
哪位高人指点一下.
谢了!