Harbour Reference Guide

 

CLIPINIT()

Initialize various Harbour sub-systems

Syntax

CLIPINIT() --> NIL

Arguments

none.

Returns

CLIPINIT() always return NIL.

Description

CLIPINIT() is one of the pre-defined INIT PROCEDURE and is executed at program startup. It declare an empty MEMVAR PUBLIC array called GetList that is going to be used by the Get system. It activates the default error handler, and (at least for the moment) calls the function that sets the default help key.

Status

Ready

Compliance

It is said that CLIPINIT() should not call the function that sets the default help key since CA-Clipper does it in some other place.

Platforms

All

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30