Description | Hierarchy | Fields | Methods | Properties |
type TUndoGlobalVariables = class(TCustomUndo)
Public declarations
![]() |
FNewGlobalVariables: TGlobalVariables; |
![]() |
FOldGlobalVariables: TGlobalVariables; |
![]() |
FOldNames: TStringList; |
![]() |
FNewNames: TStringList; |
![]() |
procedure UpdateFormulas(NewNames: TStringList; OldNames: TStringList); |
![]() |
Constructor Create(var NewGlobals: TGlobalVariables; var OldNames, NewNames: TStringList); |
![]() |
Destructor Destroy; override; |
![]() |
function Description: string; override; |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
FNewGlobalVariables: TGlobalVariables; |
![]() |
FOldGlobalVariables: TGlobalVariables; |
![]() |
FOldNames: TStringList; |
![]() |
FNewNames: TStringList; |
![]() |
procedure UpdateFormulas(NewNames: TStringList; OldNames: TStringList); |
![]() |
Constructor Create(var NewGlobals: TGlobalVariables; var OldNames, NewNames: TStringList); |
![]() |
Destructor Destroy; override; |
![]() |
function Description: string; override; |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |