12-01-2022, 07:50 AM
///-----------------------------------------------------------------------------
constructor TFrmCustomGridFrame.Create(aOwner: TComponent);
begin
inherited;
/// <summary>
/// Get WebApplication
/// </summary>
FWebApp := gGetWebApplicationThreadVar();
end;
constructor TFrmCustomGridFrame.Create(aOwner: TComponent);
begin
inherited;
/// <summary>
/// Get WebApplication
/// </summary>
FWebApp := gGetWebApplicationThreadVar();
end;