C++Builder函数库的功能
ActnList CreateAction函数创建指定类型Action,显示在action list editor中。 EnumRegisteredAction过程枚举已注册Action,RegisterAction过程注册,UnRegisterAction过程反注册。 Bounds函数输入上下高宽返回矩形结构。 CollectionsEqual函数比较两个TCollection是否相等。 CurrentGroup变量FindClass函数从字符串返回从TPersistent继承的类,FindGlobalComponent变量返回最高阶容器类。 GetClass函数返回已注册从TPersistent继承的类。 LineStart函数返回下一行开始字符位置。 ObjectBinaryToText过程转换对象二进制流到文件,ObjectResourceToText过程转换对象二进制资源到文件,ObjectTextToBinary过程转换保存对象文件到二进制流,ObjectTextToResource过程转换保存对象文件到资源。 Point函数输入X,y坐标返回点结构。 ReadComponentRes函数从窗口资源读出控件和属性,ReadComponentResEx函数同上,ReadComponentResFile函数从窗口资源文件读出控件和属性。 Rect函数输入上下左右返回矩形结构。 RegisterClass过程注册从TPersistent继承的类,RegisterClassAlias过程注册与另一类相同除名字外类,RegisterClasses过程注册一组类,RegisterComponents过程注册一组控件,RegisterIntegerConsts过程,RegisterNoIcon过程注册一组无图标控件,RegisterNonActiveX过程防止控件被ActiveX wizard识别。 UnregisterClass过程反注册类,UnregisterClasses过程反注册一组类,UnregisterModuleClasses过程反注册模块中所有类。 WriteCompo
评论区