摘要:
WllibCall.incstdcall;{$IFNDEF DLLWLLib}external 'wllib.dll';{$ENDIF}......function Cpl(PSrc: PChar; len: integer; PDest: PChar): PChar; {$I 'WllibCall.inc'} 阅读全文
摘要:
TNodeType = (ntBM, ntXLD, ntKH, ntZD, ntCLD); TRtuNodeData = record NodeType: TNodeType; id: integer; //数据库的索引,不同的节点类型对应不同的表和字段 RtuAddr: string[8]; end;......var sCommID: string; data: ^TRtuNodeData;begin data := TTreeView.Selected.Data; if data = nil then exit; if data.NodeType <> ntZD then e 阅读全文