![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Addressed for Version 3.01 » View Incident Report |
![]() |
Reported By: Thom Halvorsen Reported On: 4/23/2021 For: Version 3.01 Build 1 |
TPLLookupField = class private FFieldName: string; FFieldValue: string; public property FieldName: string read FFieldName write FFieldName; property FieldValue: string read FFieldValue write FFieldValue; end; TPLBeforeLookupEvent = function(Sender: TObject; const ADataColumn: string; ALookupField: TPLLookupField): Boolean of object; LLookupField := TPLLookupField.Create; try Result := FOnBeforeLookup(Sender, DataColumn, LLookupField.FieldName, LLookupField.FieldValue); finally LLookupField.Free; end;
This web page was last updated on Friday, July 21, 2023 at 03:24 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |