Posts by Will Pires • 13 points
3 posts
- 
		1 votes0 answers1687 viewsQ: Delphi - Oauth 1.0 Authentication - Woocommerce Api RestHello, I’m trying to make a 'POST' in the Woocommerce Rest API using Delphi. I’ve done several tests using a lib. which I downloaded in http://sourceforge.net/projects/oauthdelphi/ but without… 
- 
		0 votes3 answers2201 viewsA: How one class can inherit from one interface and another class in DelphiI think it will now be clear. For example, in the mounting of the Insert for RttiProperty in RttiType.GetProperties do for RttiAttribute in RttiProperty.GetAttributes do if RttiAttribute is… 
- 
		0 votes3 answers2201 viewsQ: How one class can inherit from one interface and another class in DelphiI’m creating a small persistence class using RTTI. I created the attributes of fields separated by type Ex: Fieldstring[], Fieldinteger[] and etc.. At a certain point I need to go through the…