18787441676@yeah.net Posted December 6, 2013 Posted December 6, 2013 In Delphi XE or Highter,We use the following code to create UniFrame at run time: var FCurrentFrame : TUniFrame; FCurrentFrame:=TUniFrameClass(FindClass('TMyFrame')).Create(Self); But in C++Builder,How to Do like that? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.