Form2::VerticalScroll->Value = 0;
Ed is close. Jennifer is using C++Builder. You can set Form2::VertScrollBar->Position = 0; My apologies on ClientOrigin. I just looked it up and it is a read-only property. Alas. Keep in mind my capitalization might be a little off. I admire your tenacity and efforts, but either your documentation really stinks or you still need to work on searching it. (I just got BDS 2006 and it's documentation really stinks.) Hope this helps.
Form2::VertScrollBar->Position = 0;