Advertisement
Matixs

Untitled

May 30th, 2023
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.27 KB | None | 0 0
  1.         if CurrentFrame <> NIL then
  2.         begin
  3.             CurrentFrame.Free;
  4.             CurrentFrame := NIL;
  5.         end;
  6.  
  7.         CurrentFrame := TCountyNumberDeleteFrame.Create(Self);
  8.         CurrentFrame.Parent := PanelFrame;
  9.         CurrentFrame.OnEnter(NIL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement