TSelKey - Make sure these records are packed.
Register - A description of the methods follows.
procedure Register;
A description of the methods follows.} {SelectOneKey:
TheKey is the TPKey to be used as choices for selection.
Title will appear as the caption for the Selection Form. found is
the key selected by the user. TRUE is returned if the user ended
the session by pressing the OK key. FALSE is returned if the user
ended by pressing the Cancel key or the close box.
SelectOneKeyInsert:
TheKey is the TPKey to be used as choices for selection.
Title will appear as the caption for the Selection Form. ISL is
the list of keys the user inserted during the session. You need
to handle this list after the user finishes. found is the key
selected by the user. TRUE is returned if the user ended the
session by pressing the OK key. FALSE is returned if the user
ended by pressing the Cancel key or the close box.
SelectManyKeys:
TheKey is the TPKey to be used as choices for selection.
Title will appear as the caption for the Selection Form. KSL is
the list of strings selected by the user. You need to handle
this list after the user finishes. found is the key selected by
the user. TRUE is returned if the user ended the session by
pressing the OK key. FALSE is returned if the user ended by
pressing the Cancel key or the close box.
SelectManyKeysInsert:
TheKey is the TPKey to be used as choices for selection.
Title will appear as the caption for the Selection Form. ISL is
the list of keys the user inserted during the session. You need
to handle this list after the user finishes. KSL is
the list of strings selected by the user. You need to handle
this list after the user finishes. found is the key selected by
the user. TRUE is returned if the user ended the session by
pressing the OK key. FALSE is returned if the user ended by
pressing the Cancel key or the close box.