RegisterOption Function
Imaging

Registers new option so it can be used by SetOption and GetOption functions.

Pascal
function RegisterOption(OptionId: LongInt; 
                        Variable: PLongInt): Boolean;
File

Imaging (at line 494)

Description

Returns True if registration was succesful - that is Id is valid and is not already taken by another option.

Related Information
You are here: Symbol Reference > Functions > RegisterOption Function