Data.Bind.Components.TBindGridOnCallbackEvaluateFormat
| [–] Properties | |
|---|---|
| Type: anonMethod class
| |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TBindGridOnCallbackEvaluateFormat = reference to procedure(Col, Row: Integer; AEditorScope: IScope);
C++
__interface TBindGridOnCallbackEvaluateFormat : public System::IInterface
Description
Reference to a procedure (an anonymous method) that is used by the SetOnCallbackEvaluateFormat method implementations.
| Parameter | Description |
|---|---|
Col
|
The column number |
Row
|
The row number |
AEditorScope
|
Binding editor scope |