Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 13:36:36 +0000



Post From: Remove or Delete Study From Chart ACSIL Function

[2022-04-27 18:43:23]
kas64h - Posts: 87
You don't really need the online manual, it's dead easy.

The signature is: void (SCDLLCALL* RemoveStudyFromChart)(const int ChartNumber, const int StudyID);

In other words in code just use something like sc.RemoveStudyFromChart(ChartNumber, StudyID);

It's a void function so there's no return value to worry about.

Tried it, and it works well!