API published in: S60 1st Ed
Link against: avkon.lib 
Required Capabilities
 None
#include <aknqueryvaluetext.h>
      
      Public Types | 
         |
| typedef CDesCArray | TextArray | 
| Typedef for array.   | 
         |
| enum | { KSafeSizeOfDescriptorForTextFormat = 32 } | 
Public Member Functions | 
         |
| IMPORT_C | ~CAknQueryValueTextArray () | 
| IMPORT_C void | SetArray (TextArray &aArray) | 
| Set the array of values.   | 
         |
| IMPORT_C TextArray * | Array () const | 
| Get the array of values as a TArray.   | 
         |
| IMPORT_C TInt | FormattedStringSize () const | 
| Return the size of a maximal time string formated using the format string that was supplied during construction of this instance.
                | 
         |
| virtual IMPORT_C TInt | MdcaCount () const | 
| virtual IMPORT_C TPtrC | MdcaPoint (TInt aIndex) const | 
| Returns array element, pass through to contained descriptor array.   | 
         |
Static Public Member Functions | 
         |
| static IMPORT_C CAknQueryValueTextArray * | NewL () | 
| Two-phased constructor.   | 
         |
| static IMPORT_C CAknQueryValueTextArray * | NewLC () | 
| Two-phased constructor.   | 
         |
Protected Member Functions | 
         |
| CAknQueryValueTextArray () | |
| void | ConstructL () | 
| 2nd stage construction.   | 
         |
               
               
  | 
         
| 
               
               
                Typedef for array.  | 
         
               
               
  | 
         
               
               
  | 
         
               
               
  | 
         
               
               
  | 
         
| 
               
               
                Get the array of values as a TArray. Note that client can use any implementation of array class, but the array is treated as a TArray. 
  | 
         
               
               
  | 
         
| 
               
               
                2nd stage construction.  | 
         
               
               
  | 
         
| 
               
               
                Return the size of a maximal time string formated using the format string that was supplied during construction of this instance. Two versions to eliminate compiler warnings. 
  | 
         
               
               
  | 
         
               
               
               
  | 
         
               
               
  | 
         
| 
               
               
                Returns array element, pass through to contained descriptor array. 
 
  | 
         
               
               
  | 
         
| 
               
               
                Two-phased constructor.  | 
         
               
               
  | 
         
| 
               
               
                Two-phased constructor.  | 
         
               
               
  | 
         
| 
               
               
                Set the array of values. Note that client can use any implementation of array class, but must pass in a TArray generated from it (by calling the Array() method on the array class) 
  |