[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_curves' (#crwlib)

NewCurve

Declaration

Source position: _crw_curves.pas line 236

function NewCurve(

  aCount: LongInt = 0;

  const aName: LongString = '';

  aColor: LongInt = DefaultTCurveColor;

  aStyle: LongInt = DefaultTCurveStyle;

  aCapacity: LongInt = DefaultTCurveCapacity;

  aStep: LongInt = DefaultTCurveStep

):TCurve;