Your dBASE Plus Help system offers full context sensitive help, examples, expanded and updated conceptual and training material, plus a full Language Reference with code samples you can cut and paste directly from the Help window.

Typographical conventions

The following typographical conventions used in this Help system will help you distinguish among various language and syntax elements.

Convention

Applies to

Examples

Italic/Camel cap

Property names, events, methods, arguments

length property, beginFilter( ) method, <start expN> argument

ALL CAPS

Commands and functions, files and directories

REPLACE command, INT( ) function, CUSTOMER.DBF

Initial caps

Class names, table names, field names, menu commands

StreamSource class, Members table, Price field

Monospaced font

Code examples

cTest = new String( "Test" );