Class TStringStorage

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TStringStorage = class(TPersistent)

Description

Hierarchy

Overview

Fields

Private FValue: string;
Private FOnChange: TNotifyEvent;

Methods

Private procedure SetValue(const Value: string);
Protected procedure ReadValue(Reader: TReader);
Protected procedure WriteValue(Writer: TWriter);
Protected procedure DefineProperties(Filer: TFiler); override;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Value: string read FValue write SetValue;
Published property OnChange: TNotifyEvent read FOnChange write FOnChange;

Description

Fields

Private FValue: string;
 
Private FOnChange: TNotifyEvent;
 

Methods

Private procedure SetValue(const Value: string);
 
Protected procedure ReadValue(Reader: TReader);
 
Protected procedure WriteValue(Writer: TWriter);
 
Protected procedure DefineProperties(Filer: TFiler); override;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property Value: string read FValue write SetValue;
 
Published property OnChange: TNotifyEvent read FOnChange write FOnChange;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:42