mdalacu
mdalacu

Reputation: 181

Delphi Prism 2011 and Sharepoint

can i create webparts controls for Sharepoint 2007 in Delphi Prism? If yes, how? Thank you.

Upvotes: 0

Views: 266

Answers (1)

Panagiotis Kanavos
Panagiotis Kanavos

Reputation: 131180

Sharepoint uses plain old ASP.NET WebParts. Even webparts that inherit from the Microsoft.SharePoint.WebPartPages.WebPart class ultimately inherit from ASP.NET's WebPart. You should have no problem creating a webpart for Sharepoint. Finding samples and tutorials is going to be a problem though, as 90% of Sharepoint development, samples and tools are in C#.

Upvotes: 2

Related Questions