Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(LoadControl)

Mnemonic: (LoadControl = cosDlghDlg$, CntrlID, filename$)
Discussion: This mnemonic loads a multi-line edit control with the text from a file.

cosDlghDlg$ is the handle to the dialog
CntrlID is the control identifier for the edit control
filename$ is the full pathname of a text file containing the text to be loaded

Example:
Print (LoadControl = cosDlghDlg$, IDC.COMMENTS, ComFile$)