Intersoft WebCombo Documentation
RetrievedTextFormat Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > TextSet Class : RetrievedTextFormat Property






Specifies the retrieved text format. Specifies the retrieved text format.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the retrieved text format.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property RetrievedTextFormat As String
Visual Basic (Usage)Copy Code
Dim instance As TextSet
Dim value As String
 
instance.RetrievedTextFormat = value
 
value = instance.RetrievedTextFormat
C# 
[DescriptionAttribute("Specifies the retrieved text format.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public string RetrievedTextFormat {get; set;}
Delphi 
public read-write property RetrievedTextFormat: String; 
JScript 
DescriptionAttribute("Specifies the retrieved text format.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set RetrievedTextFormat : String
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the retrieved text format.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property string* get_RetrievedTextFormat();
public: __property void set_RetrievedTextFormat( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Specifies the retrieved text format.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property String^ RetrievedTextFormat {
   String^ get();
   void set (    String^ value);
}

Remarks

With this property, you can change the way retrieved text is formatted.

{retrieved} is the total rows retrieved in WebCombo control.

{totalrows} is the total rows of the DataSource object.

With this property, you can change the way retrieved text is formatted.

{retrieved} is the total rows retrieved in WebCombo control.

{totalrows} is the total rows of the WebCombo.DataSource object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.