Class TCNDataObj

Unit

Declaration

type TCNDataObj = class(TCableDataObj)

Description

No description available, ancestor TCableDataObj description follows
No description available, ancestor TConductorDataObj description follows
No description available, ancestor TDSSObject description follows
No description available, ancestor TNamedObject description follows

this is a GUID compliant to RFC 4122, v4

Hierarchy

Overview

Fields

Public FkStrand: Integer;
Public FDiaStrand: Double;
Public FGmrStrand: Double;
Public FRStrand: Double;

Methods

Public constructor Create(ParClass: TDSSClass; const CNDataName: String);
Public destructor Destroy; OVERRIDE;
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
Public procedure MakeLike(OtherPtr: Pointer); override;

Properties

Public property NStrand: Integer READ FkStrand;
Public property DiaStrand: Double READ FDiaStrand;
Public property GmrStrand: Double READ FGmrStrand;
Public property RStrand: Double READ FRStrand;

Description

Fields

Public FkStrand: Integer;
 
Public FDiaStrand: Double;
 
Public FGmrStrand: Double;
 
Public FRStrand: Double;
 

Methods

Public constructor Create(ParClass: TDSSClass; const CNDataName: String);
 
Public destructor Destroy; OVERRIDE;
 
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
 
Public procedure MakeLike(OtherPtr: Pointer); override;
 

Properties

Public property NStrand: Integer READ FkStrand;
 
Public property DiaStrand: Double READ FDiaStrand;
 
Public property GmrStrand: Double READ FGmrStrand;
 
Public property RStrand: Double READ FRStrand;
 

Generated by PasDoc 0.16.0.