Delphi.NET
- From: "Daniel Hobson" <djhob1972@xxxxxxxxxxxx>
- Date: Tue, 26 Jun 2007 08:00:25 GMT
Hi All,
I was wondering if anybody is out there who uses Delphi.NET. We seem to be having a few problems in knowning
about the new requirements of DotNET. The main one that has us really stumped is how do you
convert from one data type to another different data type?
For example:-
Type
TTestRec = record
t1: array [1..32] of char;
t2: array [1..28] of char;
end;
MyBuffer : TidBytes;
MyActType : TTestRec;
I read in the information via TCP/IP into MyBuffer (Have no choice in the matter)
The question is now .. how can I say that MyBuffer is type TTestRec ????
TIA
Daniel
.
- Follow-Ups:
- Re: Delphi.NET
- From: Rob Kennedy
- Re: Delphi.NET
- From: Tom de Neef
- Re: Delphi.NET
- From: John Dough
- Re: Delphi.NET
- Prev by Date: Help. Using Tab in TRichEdit
- Next by Date: Re: choisir un répertoire
- Previous by thread: Help. Using Tab in TRichEdit
- Next by thread: Re: Delphi.NET
- Index(es):
Relevant Pages
|