RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TGetStrProc Type

TGetStrProc is a general purpose type of callback procedure invoked for each of a set of strings.

Pascal
TGetStrProc = procedure (const S: string) of object;
C++
(const S: string) ( TGetStrProc)();

Classes

TGetChildProc is used by a number of routines, such as -- to define the callback procedure to be called for each of a set of strings. 

The string value is passed to the procedure in the S parameter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!