Delphi Byte与数据类型之间的转换
procedure TForm1.FormCreate(Sender: TObject);type TByteArr = array [0..1] of Byte; PByte ...
procedure TForm1.FormCreate(Sender: TObject);type TByteArr = array [0..1] of Byte; PByte ...
http://bbs.csdn.net/topics/330082331 1、 2、 3、 ...
http://blog.csdn.net/quicmous/article/details/4263115 最近使用了Delphi7提供的TcpCLient和TcpServer两个VCL控件, ...
TFDConnection: FetchOptions.Mode 设置为fmAll, 返回全部结果, 否则默认只返回前50条, 效果与open以后再执行FetchAll一样 Specifie ...