Osztály THL7Field
Egység
Deklaráció
type THL7Field = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- THL7Field
Áttekintés
Metódusok
![]() |
function Create: THL7Field; |
![]() |
function CreateWithValue(AString: string): THL7Field; |
![]() |
function AddComponent(AValue: Variant): THL7Component; |
![]() |
procedure DeleteComponent(AIndex: LongInt); |
![]() |
function AddValue(AValue: Variant): THL7Field; |
![]() |
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 ComponentCount: LongInt; |
![]() |
property Count: LongInt; |
![]() |
property Components[param1: LongInt]: THL7Component; |
![]() |
property Values[param1: LongInt]: THL7Field; |
Megjegyzés
Metódusok
![]() |
function Create: THL7Field; |
|
This item has no description. | |
![]() |
function CreateWithValue(AString: string): THL7Field; |
|
This item has no description. | |
![]() |
function AddComponent(AValue: Variant): THL7Component; |
|
This item has no description. | |
![]() |
procedure DeleteComponent(AIndex: LongInt); |
|
This item has no description. | |
![]() |
function AddValue(AValue: Variant): THL7Field; |
|
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 ComponentCount: LongInt; |
|
This item has no description. | |
![]() |
property Count: LongInt; |
|
This item has no description. | |
![]() |
property Components[param1: LongInt]: THL7Component; |
|
This item has no description. | |
![]() |
property Values[param1: LongInt]: THL7Field; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
