System.Classes.TGetStrProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TGetStrProc)(const System::UnicodeString S);

Properties

Type Visibility Source Unit Parent
typedef public System.Classes.hpp System.Classes System.Classes

Description

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

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.

See Also