Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

The best collection object in VFP
Rohullah Habibi, Purolator Courier Ltd.
This collection object can be used for many proposes i.e use it instead of arrays, communication between forms, post and receive parameters (add parameters to the collection before calling the form and then in any event of the receiver form get your parameters from the collection object).
Created on
24 years ago
Downloads
1322
File type
General information
Description
Object.AddItem('key',value) ? Object.Items(index).Value or ? Object.Items('key').Value or ? Object.GetItem('key') or ? Object.GetItem(index) Object.InsertItem('key',value,position) or Object.InsertItem('key',value,'key')befor or after Object.DeleteItem(1) or Object.DeleteItem('key') or Object.DeleteItems() to delete all items object.ChangeItem('key','new value') or object.Items(index).Value = 'new value' or object.Items('key').Value = 'new value' or object.ChangeItem(index,'new value') or object.ChangeItem('key','new value',.t.) add if not found. Please read the Collection.doc file for documentation. Please send your comments to : rohullah@hotmail.com or fmohsini@learn.senecac.on.ca Thanks..........Rohullah
Created by
Rohullah Habibi, Purolator Courier Ltd.

Comments
Add a comment
More downloads created from this member
Rohullah Habibi, Purolator Courier Ltd.
With this object you can Encrypt/Decrypt a string, content of a Memo field, content of text file and your .PRG programs.
Created on
24 years ago
Downloads
2003
File type
Rating
1.00/5.00