Support Board
Date/Time: Sat, 23 Nov 2024 22:25:57 +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! |