Class TRealStorage

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRealStorage = class(TPersistent)

Description

Hierarchy

Overview

Fields

Private FValue: real;
Private FOnChange: TNotifyEvent;

Methods

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

Properties

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

Description

Fields

Private FValue: real;
 
Private FOnChange: TNotifyEvent;
 

Methods

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

Properties

Published property Value: real 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