正确使用 C++Builder组件缩写代码

http://tech.ddvip.com   2006年03月30日    社区交流

本文详细介绍正确使用 C++Builder组件缩写代码

  Data Controls

  ------------------------

  dbg  TDBGrid

  dbn  TDBNavigator

  dbt  TDBText

  dbe  TDBEdit

  dbm  TDBMemo

  dbi  TDBImage

  dblb TDBListBox

  dbcb TDBComboBox

  dbch TDBCheckBox

  dbrg TDBRadioGroup

  dbll TDBLookupListBox

  dblc TDBLookupComboBox

  dbre TDBRichEdit

  dbcg TDBCtrlGrid

  dbch TDBChart

  ------------------------

  Decision Cube Tab

  ------------------------

  dcb  TDecisionCube

  dcq  TDecisionQuery

  dcs  TDecisionSource

  dcp  TDecisionPivot

  dcg  TDecisionGrid

  dcgr TDecisionGraph

  ------------------------

  QReport Tab

  ------------------------

  qr  TQuickReport

  qrsd TQRSubDetail

  qrb  TQRBand

  qrcb TQRChildBand

  qrg  TQRGroup

  qrl  TQRLabel

  qrt  TQRText

  qre  TQRExpr

  qrs  TQRSysData

  qrm  TQRMemo

  qrrt TQRRichText

  qrdr TQRDBRichText

  qrsh TQRShape

  qri  TQRImage

  qrdi TQRDBMImage

  qrcr TQRCompositeReport

  qrp  TQRPreview

  qrch TQRChart

  ------------------------

  Dialogs Tab

  ------------------------

  The dialog box components are really forms encapsulated by a component. Therefore,they will follow a convention similar to the form naming convention. The type definition is already defined by the component name. The instance name will be the same as the type instance without the numeric prefix, which is assigned by Delphi. Examples are as follows:

责编:豆豆技术应用

正在加载评论...