Visit Gigasoft's Web Site
 ProEssentials v9 Help

PedoSubsets

Scope

Pedo, Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Int32

Default

0

.NET WinForms
Pedo WebForm

Pedo.Subsets
Subsets

Ocx|Vcl Client-Side
Ocx Server-Control

PedoSubsets
Subsets

DLL

PEDO_nSUBSETS

 

Purpose

In response to the AppendFromURL request, set this property within the Pedo Webform or Pedo ActiveX server control (residing on an ASPX or ASP page.) Set first along with PedoPoints before passing data to the Pedo control. Set to the quantity of subset/series to append or transfer in preperation for the AppendFromURL call.

 

For example, if a line chart has 3 lines, red, green, and blue, then within the Pedo control, set the PedoSubsets property to 3. If each line will have 10 data points appended, then within the Pedo control set the PedoPoints property to 10. Total data to transfer via AppendFromURL would be 30 data points (3 * 10).

 

This property can also be read client-side (from within any interface, DLL, WinForm, ActiveX, VCL) after an AppendFromURL function call when DisableAppend is True and using a Pedo Webform or Pedo ActiveX server control for generic data transfers or custom appending logic. This will allow you to learn how much data has been received.

 

Comments

Pedo.Subsets members of Pedo, Pego.PeData.Pedo, Pesgo.PeData.Pedo, Pepso.PeData.Pedo, Pe3do.PeData.Pedo, Pepco.PeData.Pedo

 

PedoSubsets * PedoPoints equals the total number of data values that the object will append or transfer.

 

The best way to understand this property is see how it is used in our real-time internet Walk-Throughs.

 

Always set this property and the PedoPoints property prior to passing data to the PedoWeb or Pedo ActiveX server control. Setting this property allocates memory for storage.