Data.Bind.Components.TBindGridOnCallbackEvaluateFormat
Delphi
TBindGridOnCallbackEvaluateFormat = reference to procedure(Col, Row: Integer; AEditorScope: IScope);
C++
__interface TBindGridOnCallbackEvaluateFormat : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
anonMethod class |
public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
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 |