Guest User

Untitled

a guest
Jun 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. frmShipRef := TfrmShipRef.Create(self);
  2. frmShipRef.Parent := tabShipRef;
  3. frmShipRef.BorderStyle := bsNone;
  4. frmShipRef.Align := alClient;
  5. frmShipRef.Show;
Add Comment
Please, Sign In to add comment