I want to use the method CEikEdwin::TextLength ( )
In the SDK help ,it is:
IMPORT_C TInt CEikEdwin::TextLength ( ) const
Gets the number of characters in the Edwin control.
Returns:
the number of characters in the Edwin
Remarks:
A text object must exist prior to this call
But I don't know how to create a text object , which method should I use?



