Description | Hierarchy | Fields | Methods | Properties |
type TStringValueItem = class(TOrderedItem)
TOrderedItem
is designed to allow TOrderedCollection to identify changed and new items during TOrderedCollection.Assign.
![]() |
FValue: TFormulaObject; |
![]() |
Observer: TObserver; |
![]() |
procedure SetValue(const Value: string); |
![]() |
function StringCollection: TStringCollection; |
![]() |
function GetValue: string; |
![]() |
procedure RemoveSubscription(Sender: TObject; const AName: string); |
![]() |
procedure RestoreSubscription(Sender: TObject; const AName: string); |
![]() |
procedure UpdateFormula(Value: string; var FormulaObject: TFormulaObject); |
![]() |
procedure UpdateFormulaDependencies(OldFormula: string; var NewFormula: string; Observer: TObserver; Compiler: TRbwParser); |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property Value: string read GetValue write SetValue; |
![]() |
FValue: TFormulaObject; |
![]() |
Observer: TObserver; |
![]() |
procedure SetValue(const Value: string); |
![]() |
function StringCollection: TStringCollection; |
![]() |
function GetValue: string; |
![]() |
procedure RemoveSubscription(Sender: TObject; const AName: string); |
![]() |
procedure RestoreSubscription(Sender: TObject; const AName: string); |
![]() |
procedure UpdateFormula(Value: string; var FormulaObject: TFormulaObject); |
![]() |
procedure UpdateFormulaDependencies(OldFormula: string; var NewFormula: string; Observer: TObserver; Compiler: TRbwParser); |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property Value: string read GetValue write SetValue; |