Support Board
Date/Time: Wed, 05 Nov 2025 07:28:03 +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! |
