⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.htm

📁 C++builder学习资料C++builder
💻 HTM
字号:
<html>

<head>

<title>vcl Controls and Classes</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">



<style type="text/css">

#l1 { BORDER-RIGHT: #000000 1px outset; BORDER-TOP:#000000 1px outset; LEFT: 400px; VISIBILITY: hidden; BORDER-LEFT: #000000 1px outset; WIDTH: 350px; BORDER-BOTTOM: #000000 1px outset; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #000000; layer-background-color:#000000}

#menu {	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 1px; FONT-WEIGHT: bold; FONT-SIZE: 9pt; LEFT:680px; PADDING-BOTTOM: 1px; BORDER-LEFT: #000000 1px solid; WIDTH: 100px; #000000; PADDING-TOP: 1px; BORDER-BOTTOM: #000000 1px solid; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #000000}



a{text-decoration:none}

a:link{color:blue}

a:visited{color:#0333333;TEXT-DECORATION:none}

a:hover {color: red;text-decoration:none}

.search{border-left: 1px solid rgb(00,00,00); border-right: 1px solid rgb(00,00,00); border-top: 1px solid rgb(00,00,00); border-bottom:1px solid rgb(99,99,99); background:#000000; color:#dddddd}

tr,td{font-size:10pt;line-height:13pt;color:#333333}

</style></head>



<body bgcolor="#fbfbee" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<div align="center"> <br>

  <table width="600" border="0" cellpadding="0" cellspacing="0">

    <tr> 

      <td height="30"  background="/image/index_title.gif" valign="bottom"> 

      </td>

    </tr>

    <tr> 

      <td bgcolor="#dadaaa"> 

        <table width="600" border="0" cellspacing="1" cellpadding="0">

          <tr bgcolor="#FbFbee"> 

            <td height="50">

              <div align="center">

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="0,1410,22694,00.html">C++Builder Basics:  Tutorial for Creating and Using a Static Library in C++Builder</a></td></tr>

<tr><td>

C++Builder基础:在C++Builder中建立和使用静态库指南

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="0,1410,22016,00.html">SAFEARRAYs Made Easier</a></td></tr>

<tr><td>

自保护数组的的简单实现

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="0,1410,21743,00.html">Understanding Directory Monitoring</a></td></tr>

<tr><td>

理解目录监测

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq12.htm">Change a font's face and size from code</a></td></tr>

<tr><td>

从代码里改变字体的外观和大小

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq13.htm">Select an item in a ListBox or a ComboBox from code.</a></td></tr>

<tr><td>

从代码里选择在列表框或者复合框中的一条

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq14.htm">Create a ComboBox that doesn't allow users to type into the EditBox.</a></td></tr>

<tr><td>

建立一个不允许用户在编辑框中键入内容的复合框

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq15.htm">Add items to a ListView from code at runtime.</a></td></tr>

<tr><td>

在程序运行时在列表框中加入一项

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq2.htm">Create a control at runtime</a></td></tr>

<tr><td>

在程序运行时建立一个控件

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq40.htm">Convert an AnsiString to a char *</a></td></tr>

<tr><td>

Ansi字符串转化为char *

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq41.htm">Converting AnsiStrings to numbers and converting numbers to AnsiStrings</a></td></tr>

<tr><td>

Ansi字符串与数字的相互转化

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq45.htm">Display an integer in HEX or binary format</a></td></tr>

<tr><td>

以十六或二进制格式显示整数

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq46.htm">Convert an AnsiString to all lower case or upper case</a></td></tr>

<tr><td>

AnsiString转化为小写字母或者大写字母

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq48.htm">Search a TStringList for a specific string</a></td></tr>

<tr><td>

检索TStringList中的特殊字符串

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq49.htm">Set or remove the bold and italic settings of Font->Style</a></td></tr>

<tr><td>

设置或清除字体的粗体或者斜体的字体风格

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq50.htm">Create custom TCollection TCollectionItem classes</a></td></tr>

<tr><td>

建立定制的TCollection TCollectionItem类

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq57.htm">Force a ComboBox to drop down</a></td></tr>

<tr><td>

强制复合框下移

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq58.htm">Change the text color on a push button</a></td></tr>

<tr><td>

改变按钮的文本颜色

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq64.htm">Create and remove menu items from code.</a></td></tr>

<tr><td>

从编码中建立或清除菜单条目

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="faq76.htm">Subclass a windows control</a></td></tr>

<tr><td>

窗体控件的子类

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="list.htm">Type-safe TList Objects.</a></td></tr>

<tr><td>

Type-safe TList对象

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="cb199910dc_f.asp.htm">Exploring Possibilities</a></td></tr>

<tr><td>

探究Possibilities Part I

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="cb200006dc_f.asp.htm">Exploring Possibilities Part II</a></td></tr>

<tr><td>

探究Possibilities Part II

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="CB199910nf_f.asp.htm">Creating Custom Components Part I</a></td></tr>

<tr><td>

建立定制组件Part I

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="cb199911nf_f.asp.htm">Creating Custom Components Part II</a></td></tr>

<tr><td>

建立常用组件Part II

<br></td></tr>

</table>

<table border="0" width="580">

<tr><td bgcolor="#f6f6dd">

<a href="cb199912at_f.asp.htm">Exposing ActiveX Properties</a></td></tr>

<tr><td>

探究ActiveX属性

<br></td></tr>

</table>

              </div>

            </td>

          </tr>

        </table>

      </td>

    </tr>

    <tr> 

      <td height="20" background="/image/index_bottom.gif"></td>

    </tr>

  </table>

  <br>

  <br>

  <br>

</div>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -