Queria saber se tem como ao Importar uma Biblioteca para o Projeto e teríamos como selecionar somente algumas Funções?
Em C++
Código: Selecionar todos
#include <Biblioteca>
using namespace (Classe)
using (Funções)Código: Selecionar todos
unit MyCompany.ProjectX.ProgramY.MyUnit1;
uses MyCompany.Libs.Unit2, Unit3, Unit4;
