List of Stringlist methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 92: | Line 92: | ||
</div> | </div> | ||
==See also== | ==See also== | ||
<table class="list"><tr> | <table class="list"><tr> | ||
<td valign="top"><ul style="margin-top:0px;"> | <td valign="top"><ul style="margin-top:0px;"> | ||
Revision as of 19:22, 16 March 2011
The following are the available Stringlist class methods.
| Method | Description |
|---|---|
| Add | Add strings to Stringlist |
| AddImage | Add image as new Stringlist item |
| AddOrdered | Add an item to an ordered Stringlist |
| AddOrderedUnique | Conditionally add an item to an ordered Stringlist |
| AddUnique | Conditionally add an item to a Stringlist |
| AddUniqueOrdered | Conditionally add an item to an ordered Stringlist |
| AppendCertificateInfo | Add certificate information to a Stringlist |
| AppendCertificateRequest | Add certificate request to a Stringlist |
| AppendCertificateRequestInfo | Add certificate request information to a Stringlist |
| AppendClientCertificateRequest | Add client certificate request to a Stringlist |
| AppendEncryptedSecurityData | Add RC4 encrypted base64 data to a Stringlist |
| AppendFieldImages | Add fields stored in image format to a Stringlist |
| AppendFieldValues | Add fields names and values to a Stringlist |
| AppendGeneratedPrivateKey | Add base64 encoded RSA private key to a Stringlist |
| AppendJournalData | Add lines from journal to Stringlist |
| AppendOpenProcedure | Add lines from procedure to Stringlist |
| AppendPrivateKeyInfo | Add RSA private key information to a Stringlist |
| AppendProcedureList | Add information about procedures to a Stringlist |
| AppendSignedCertificate | Add base64 encoded signed certificate to a Stringlist |
| AppendSignedClientCertificate | Add base64 encoded signed client certificate to a Stringlist |
| AppendSirfactCommandOutput | Add SirFact command output to a Stringlist |
| AppendSirfactData | Add SirFact data display to a Stringlist |
| AppendTrace | Add trace buffer data to a Stringlist |
| BinaryProcedureDecode | Convert to String from binary procedure format |
| BinaryProcedureEncode | Convert from binary procedure format to string |
| BindImage | Associate a Stringlist with an image |
| ChangeItemLength | Change length of Stringlist item |
| CheckCertificate | Check format of base64 encoded certificate |
| CheckCertificateRequest | Check format of base64 encoded certificate request |
| Compare | Compare two Stringlists and produce Stringlist describing differences |
| Copy | Copy Stringlist |
| CopyImageBinding | Copy image association from another Stringlist |
| CopyItems | Copy items between Stringlists |
| Count | Number of items in Stringlist |
| CreateLines | Create delimited string from Stringlist |
| DeepCopy | Copy Stringlist |
| Dequeue | Retrieve value of first Stringlist item, then remove item |
| Empty | Remove all items from a Stringlist |
| Enqueue | Add string as new Stringlist item |
| Find | Find next stringlist item that matches a string |
| FindImageItem | Find next matching image item in Stringlist |
| FindImageItemUp | Find previous matching image item in Stringlist |
| FindUp | Find previous stringlist item that matches a string |
| FirstItem | Retrieve value of first Stringlist item |
| GetImage | Retrieve Stringlist item into image |
| Insert | Insert strings into a Stringlist |
| InsertImage | Insert image into a Stringlist |
| Item | Retrieve value of Stringlist item |
| ItemDifferenceList | Compare Stringlist to delimited Stringlist item |
| ItemLength | Length of Stringlist item |
| LastItem | Retrieve value of last Stringlist item |
| List | Construct a new Stringlist from list of strings |
| ListToItem | Convert Stringlist to single delimited Stringlist item |
| Locate | Locate next Stringlist item containing string |
| LocateUp | Locate previous Stringlist item containing string |
| MaxItemLength | Maximum Stringlist item length |
| MoveFromId | Move data from $list to Stringlist |
| MoveToId | Move data from Stringlist to $list |
| New | Create new Stringlist instance |
| Overlay | Overlay part of Stringlist item with string |
| OverlayImageItem | Overlay part of Stringlist item with image item |
| ParseLines | Parse delimited string, appending to this Stringlinglist |
| Patch | Update base Stringlist with patch Stringlist |
| PatchLines | Apply patch Stringlist to a base Stringlist |
| PatchString | Update base string with patch Stringlist |
| Pop | Retrieve value of last Stringlist item, then remove last item |
| Display contents of a Stringlist | |
| Push | Add string as new Stringlist item |
| RegexCapture | Capture substrings to Stringlist using regex |
| RegexLocate | Find next item in Stringlist that matches a regex |
| RegexLocateUp | Find previous item in Stringlist that matches a regex |
| RegexReplaceCorresponding | Replace substrings that match regex with items in a Stringlist |
| RegexSplit | Split a string onto a Stringlist using regex |
| RegexSubset | Create subset of Stringlist that matches a regex |
| RemoveItem | Remove item from Stringlist |
| Replace | Replace a Stringlist item with a string |
| ReplaceImage | Replace Stringlist item with an image |
| Sort | Sort the contents of a Stringlist |
| SortNew | Sort the contents of a Stringlist object to a new Stringlist |
| Subset | Create Stringlist subset |
| SubsetImageItem | Create Stringlist subset based on image item |
| UnbindImage | Disassociate a Stringlist from an image |
| Update | Produce Stringlist from input Stringlist using Stringlist of updates |