11-27-2022, 06:01 PM
11-30-2022, 02:52 AM
(11-27-2022, 06:01 PM)hamidreza Wrote: [ -> ]whay i can not find and use webapplication in frame?
I cannot understand your question. Can you please share an example of what you are trying to accomplish?
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;