摘要:
procedure TForm1.Button1Click(Sender: TObject);varMs:TmemoryStream;jpg:Tjpegimage;beginms:=TmemoryStream.Create;Image1.Picture.Graphic... 阅读全文
摘要:
uses idhttp;var idhttp:Tidhttp;begin idhttp:=TIdHTTP.Create(nil); ShowMessage(idhttp.Get('http://www.3322.org/dyndns/getip')); ... 阅读全文
摘要:
1)cxGridDBTableViewColumn1.Options.CellMerging:=true 2)编写代码procedure TfrmYFCOPR01A.cxGrid1DBBandedTableView1PAB01CompareRowValuesForC... 阅读全文
摘要:
delphi的TFileStream一、文件文本文件是以行为单位进行读、写操作的。文本文件只能单独为读或写而打开,在一个打开的文本文件上同时进行读、写操作是不允许的。二、定义FileStream: TFileStream;三、打开文件Filestream:= TFil... 阅读全文
摘要:
在cxgrid中增加选择列1、在dataset(query/table/clientdataset etc.)fieldeditor中增加计算字段fdSelect,datatype 为string,当然也可以其它类型。fieldkind设为fkCalculated或f... 阅读全文