Selectable is an option for displayed objects, cells, and notebooks that specifies whether their contents can be selected interactively using the front end.
ShowAutoStyles is an option for Cell that specifies whether styles that are specified to be automatically used for various syntactic and other constructs should be shown.
ShowCellLabel is an option for Cell that specifies whether to display the label for a cell.
SyntaxQ
(Built-in Mathematica Symbol) SyntaxQ["string"] returns True if the string corresponds to syntactically correct input for a single Mathematica expression, and returns False otherwise.
SystemOptions["name"] gives the current setting for the internal system option with the specified name.SystemOptions[] gives the current settings for all settable internal ...
Chini equations are a generalization of Abel and Riccati equations. This solves a Chini equation.
To run Mathematica using a network license, both the client machine and the license server must be on the network, and MathLM must be running. If you do not have a MathLM ...
SQLColumnPrivileges[conn] returns a table of access rights about the columns in an SQL connection.
SQLTableExportedKeys[conn] returns a table of foreign key descriptions that reference the table's primary key.
SQLTableImportedKeys[conn] returns a table of primary key descriptions that are referenced by the table's foreign key.