Class Curve_type
Unit
app_settings
Declaration
type Curve_type = class(TComponent)
Description
Contains and serializes attributes of mathematical expression.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
|
FExpression: string; |
|
|
FFileName: string; |
File name to serialize / deserialize data.
|
|
FName: string; |
|
Methods
|
constructor Create(AOwner: TComponent); override; |
|
|
destructor Destroy; override; |
|
|
function GetParams: TCollection; |
|
|
procedure DefineProperties(Filer: TFiler); override; |
|
|
procedure ReadParams(Reader: TReader); |
|
|
procedure SetParams(AParams: TCollection); |
|
|
procedure WriteParams(Writer: TWriter); |
|
Properties
|
property Name: string read FName write FName; |
Published properties are used in XML-serializing.
|
Generated by PasDoc 0.15.0.
|