Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if CurrentFrame <> NIL then
- begin
- CurrentFrame.Free;
- CurrentFrame := NIL;
- end;
- CurrentFrame := TCountyNumberDeleteFrame.Create(Self);
- CurrentFrame.Parent := PanelFrame;
- CurrentFrame.OnEnter(NIL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement