Here was my answer 😀
Create a New | C++Builder VCL Windows application. On the form add TPanel, TButton, TEdit and TMemo components. Put the TButton and TEdit into the TPanel. Set TPanel align property to AlTop. Set the TMemo align property to alClient.
FindFirst’s declaration in SysUtils.hpp is:
extern DELPHI_PACKAGE int __fastcall FindFirst(const System::UnicodeString Path…