Atozed Forums
intrawb frame - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: intrawb frame (/thread-2934.html)



intrawb frame - hamidreza - 11-27-2022

whay i can not find and use webapplication in frame?


RE: intrawb frame - mhammady - 11-30-2022

(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?


RE: intrawb frame - Alain.verdier - 12-01-2022

///-----------------------------------------------------------------------------
constructor TFrmCustomGridFrame.Create(aOwner: TComponent);
begin
  inherited;
  /// <summary>
  ///  Get WebApplication
  /// </summary>
  FWebApp := gGetWebApplicationThreadVar();
end;