Atozed Forums

Full Version: intrawb frame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
whay i can not find and use webapplication in frame?
(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?
///-----------------------------------------------------------------------------
constructor TFrmCustomGridFrame.Create(aOwner: TComponent);
begin
  inherited;
  /// <summary>
  ///  Get WebApplication
  /// </summary>
  FWebApp := gGetWebApplicationThreadVar();
end;