設(shè)為首頁收藏本站Access中國

Office中國論壇/Access中國論壇

 找回密碼
 注冊

QQ登錄

只需一步,快速開始

tag 標(biāo)簽: Collection對(duì)象參考

相關(guān)帖子

版塊 作者 回復(fù)/查看 最后發(fā)表

沒有相關(guān)內(nèi)容

相關(guān)日志

分享 vbRichClient5的Collection對(duì)象參考
熱度 1 ganlinlao 2013-10-22 00:22
Collection對(duì)象 簡介:創(chuàng)建集合對(duì)象,該對(duì)象比VB自帶的Collection和Scripting.Dictionary有更多的功能 原型:Function Collection( , , , ) As cCollection 方法 Add() 原型:Sub Add(Item, , , ) Count() 原型:Function Count() As Long Exists() 原型:Function Exists(Key) As Boolean ItemExists() 原型:Function ItemExists(ItemValue, , ) As Boolean MakeLCID() 原型:Function MakeLCID(LangID As LangIDs, ) As Long Remove() 原型:Sub Remove(Key) RemoveAll() 原型:Sub RemoveAll() RemoveByIndex() 原型:Sub RemoveByIndex(IdxZeroBased As Long) SerializeToJSONString() 原型:Function SerializeToJSONString() As String SerializeToJSONUTF8() 原型:Function SerializeToJSONUTF8() As Byte() SetStringCompareFlags() 原型:Sub SetStringCompareFlags(Flags As CmpFlags, , ) SortKeysCount() 原型:Function SortKeysCount() As Long 屬性 CompatibleToVBCollection 原型:Property CompatibleToVBCollection As Boolean Content 原型:Property Content As Byte() IndexByKey 原型:Property IndexByKey(Key, ) As LongIndexBySortKeyIndex IndexBySortKeyIndex 原型:Property IndexBySortKeyIndex(IdxZeroBased As Long) As Long IsJSONArray 原型:Property IsJSONArray As Boolean IsJSONObject 原型:Property IsJSONObject As Boolean Item 原型:Property Item(Key) 缺省成員 ItemByIndex 原型:Property ItemByIndex(IdxZeroBased As Long) ItemBySortKeyIndex 原型:Property ItemBySortKeyIndex(IdxZeroBased As Long) KeyByIndex 原型:Property KeyByIndex(IdxZeroBased As Long) 只讀 KeyBySortKeyIndex 原型:Property KeyBySortKeyIndex(IdxZeroBased As Long) 只讀 Prop 原型:Property Prop(Key) SortKeyIndexByIndex 原型:Property SortKeyIndexByIndex(IdxZeroBased As Long) As Long 只讀 SortKeyIndexByKey 原型:Property SortKeyIndexByKey(Key, ) As Long 只讀 StringCompareMode 原型:Property StringCompareMode As StringCompareModeEnum UniqueKeys 原型:Property UniqueKeys As Boolean
個(gè)人分類: vb入門|2750 次閱讀|1 個(gè)評(píng)論

QQ|站長郵箱|小黑屋|手機(jī)版|Office中國/Access中國 ( 粵ICP備10043721號(hào)-1 )  

GMT+8, 2025-7-13 07:48 , Processed in 0.059295 second(s), 13 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

返回頂部