Osztály THL7Component
Egység
Deklaráció
type THL7Component = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- THL7Component
Áttekintés
Metódusok
![]() |
function Create: THL7Component; |
![]() |
function CreateWithValue(AString: string): THL7Component; |
![]() |
function AddSubComponent(AValue: Variant): THL7SubComponent; |
![]() |
procedure DeleteSubComponent(AIndex: LongInt); |
![]() |
function AddValue(AValue: Variant): THL7SubComponent; |
![]() |
procedure DeleteValue(AIndex: LongInt); |
![]() |
function UnescapedValue: string; |
![]() |
procedure Clear; |
Tulajdonságok
![]() |
property Value: string; |
![]() |
property AsString: string; |
![]() |
property AsInteger: LongInt; |
![]() |
property AsFloat: Extended; |
![]() |
property AsDouble: Extended; |
![]() |
property AsDate: TDateTime; |
![]() |
property AsTime: TDateTime; |
![]() |
property AsDateTime: TDateTime; |
![]() |
property SubComponentCount: LongInt; |
![]() |
property Count: LongInt; |
![]() |
property SubComponents[param1: LongInt]: THL7SubComponent; |
![]() |
property Values[param1: LongInt]: THL7SubComponent; |
Megjegyzés
Metódusok
![]() |
function Create: THL7Component; |
|
This item has no description. | |
![]() |
function CreateWithValue(AString: string): THL7Component; |
|
This item has no description. | |
![]() |
function AddSubComponent(AValue: Variant): THL7SubComponent; |
|
This item has no description. | |
![]() |
procedure DeleteSubComponent(AIndex: LongInt); |
|
This item has no description. | |
![]() |
function AddValue(AValue: Variant): THL7SubComponent; |
|
This item has no description. | |
![]() |
procedure DeleteValue(AIndex: LongInt); |
|
This item has no description. | |
![]() |
function UnescapedValue: string; |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Value: string; |
|
This item has no description. | |
![]() |
property AsString: string; |
|
This item has no description. | |
![]() |
property AsInteger: LongInt; |
|
This item has no description. | |
![]() |
property AsFloat: Extended; |
|
This item has no description. | |
![]() |
property AsDouble: Extended; |
|
This item has no description. | |
![]() |
property AsDate: TDateTime; |
|
This item has no description. | |
![]() |
property AsTime: TDateTime; |
|
This item has no description. | |
![]() |
property AsDateTime: TDateTime; |
|
This item has no description. | |
![]() |
property SubComponentCount: LongInt; |
|
This item has no description. | |
![]() |
property Count: LongInt; |
|
This item has no description. | |
![]() |
property SubComponents[param1: LongInt]: THL7SubComponent; |
|
This item has no description. | |
![]() |
property Values[param1: LongInt]: THL7SubComponent; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
