OWBasic Standard Library

Group INTRO Home INTRO Alphabetical Index

Memo (Komponente)

Library: StdMemo
Necessary constants: M_USED

The Memo component contains dialogues for selecting a memo category and a memo.

Function groups:

bit valuefunctions
0x0001M_NEXT!
0x0002M_SELCAT, M_SELECT!

Global variables:

variabledefault value
m_cat%category of the selected memo (set by M_SELECT!)
m_name$name of the selected memo (set by M_SELECT!)
m_fp%filepointer of the selected memo (set by M_SELECT!)
m_flt$file filter (for internal use only)
m_mode%filter mode (for internal use only)
m_check\m_check_t#NULLpointer to a callback function that allows user-specific filters
m_allcats!truespecifies whether M_SELCAT provides the option "All categories"

Gruoup INTRO Home INTRO Alphabetical Index