TBSpline.Fragments

TBSpline.Fragments
TBSpline

property Fragments: Integer;

Unit
TeeSpline

Description
Gets or sets the number of resulting smooth points.
Must be a multiple of source points.

Example:

BSpline1.Fragments := BSpline1.Count * 4 ;

See another example at Value property help.