RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.GetCursorValues Function

Passes the name of every predefined cursor constant to a callback.

Pascal
procedure GetCursorValues(Proc: TGetStrProc);
C++
GetCursorValues(TGetStrProc Proc);

Call GetCursorValues to execute a callback for every built-in cursor constant in the VCL. The Proc parameter is the callback function that is called for every cursor constant name.

Note: To convert the strings that are passed to the callback into actual cursors, use IdentToCursor. To convert a cursor into a constant name that can be compared with the string passed to the callback, use CursorToIdent.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!