Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

BookSetHeader

Set open book (UseObject, UseType etc.) title and author

Params:

Title : Title to set. Author : Author to set.

NB: If book is not open, do nothing

DWS\Pascal Script:

procedure BookSetHeader(Title : String; Author : String);

Python

BookSetHeader(title, author)