"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
Class: CCommandArgs
Class to parse information contained in a string into individual parts that can be tested
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the CCommandArgs class
|
|
Count
|
Property
|
Gets the count of key/value pairs found. This property is invalid until Parse is called.
|
|
Delim
|
Property
|
Gets the character used to delimit keys from values
|
|
Item
|
Property
|
Gets the Item property of the passed index.
If a numeric value is passed to the property, then the value is looked up by index. If a string value is passed to the property, the value is looked up by key value. Invalid until the Parse method is called.
|
|
Key
|
Property
|
Gets the Key/Value pair at the specified index value. For example if intIndex is 0, the value of the first key is returned.
This property is invalid until Parse is called.
|
|
TestString
|
Property
|
Gets the value of the TestString property
|
|
Value
|
Property
|
Gets the value at the specified index location. For example if intIndex is 0, the first value is returned.
|
|
Parse
|
Method
|
Parses the current value of the TestString property.
Before calling this method, assign the string to be tested to the TestString property of the class, and assign a delimiter character to the Delim property of the class. The Key, Item, Value, and Count properties will be invalid until this method is called.
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|