ABL Keywords Flashcards
What does the COMPILE statement do?
Compiles a procedure file or a class definition file. A compilation can last for a session, or you can save it permanently for use in later sessions.
What does the CONNECT statement do?
Establishes a connection to one or more databases from within an ABL procedure or class.
What does the CONNECTED statement do?
Tells whether a database is connected. If logical name is the logical name or alias is the alias of a connected function returns TRUE.
What does Find-First( ) Method do?
Gets a single record. This method lets a user get the first record that satisfies the predicate expression.
What does Find-Last do?
Gets a single record. This method lets a user get the last record that satisfies the predicate expression.
What does Find-Unique do?
Gets a single record. This method lets the user get a unique record that satisfies the predicate expression.
What does first buffer do?
Returns the handle for the first dynamic buffer in the first table containing a dynamic buffer. The table may either be a temp-table or a connected database, in that order. If no dynamic temp-table or database buffers exist in the session, it returns the unknown value (?).
What does First-Child do?
The handle of the first widget created in the container widget or the current session.
What does first column do?
A handle to the first column in a browse widget, regardless of the value of its Read-Only attribute or its Visible attribute.