当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 在delphi中使用xml文档有两种方法 使用xml broker, 是delphi 内置的。
 

 

 ·使用midas访问远程access数据库     »显示摘要«
    摘要:使用midas访问远程access数据库allen tao(http://blog.csdn.net/allentao/)2005-5-3本文源码下载访问远程数据库常用的办法是使用大型数据库自带的客户端工具,如sql server和oracle等都带有这样的工具。带对于access这样的小型数据库,这种方法就无法使用了,因为access不提供这样的客户端工具。但我们可以通过midas实现访问远程a......
    摘要:模仿c能判断#include<>;main();int;char;for;printf;scanf;{}; private //在str中找第一个单词 如果 找到则返回第一个单词的地址(phrase)和下一个要分析单词的入口(nextptr) //如果str是空串则返回false function phrase(str:string;phrase,nextptr:pchar):bool......


在delphi中使用xml文档有两种方法
在delphi中使用xml文档有两种方法

使用xml broker, 是delphi 内置的.例: 【程序编程相关:修改XPMenu让ToolButton在

【推荐阅读:第一次接触Delphi

unit showxml; 【扩展信息:一个 ORACLE 调用 DLL 的例子

interface

uses classes  httpapp  db  dbclient  midas 

  xmlbrokr  webcomp  miditems;

type

  tcustomshowxmlbutton = class(txmlbutton  iscriptcomponent)

  protected

    xmlmethodname: string;

    { iscriptcomponent }

    procedure addelements(addintf: iaddscriptelements);

    function getsubcomponents: tobject;

    { iwebcontent implementation }

    function implcontent(options: twebcontentoptions;

      parentlayout: tlayout): string; override;

  end;

  tshowxmlbutton = class(tcustomshowxmlbutton)

  public

    constructor create(aowner: tcomponent); override;

  published

    property custom;

    property style;

    property stylerule;

    property caption;

    property xmlbroker;

    property xmluseparent;

  end;

  tshowdeltabutton = class(tcustomshowxmlbutton)

  public


...   下一页
 ·模拟进程调度(delphi写的)     »显示摘要«
    摘要:unit unit1;interfaceuses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, comctrls, stdctrls, extctrls, grids, calendar, gauges, jpeg;type tform1 = class(tform) shap......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE