sgcOpenAPI
sgcOpenAPI is an eSeGeCe component library for Delphi and C++Builder. This skill ships the public API surface only (properties, events, methods), so you can write correct code without the library source.
Routing
- Find a component:
reference/components-index.mdlists every component and itsunit, grouped by module. - Uses clause: add the component's
unit:value (shown on its API page) to yourusesclause. Nothing compiles without it. - API detail:
reference/api/<Component>.mdhas the Properties, Events and Methods, each in both Delphi and C++Builder form. - Option / enum / event types: property and event types link to
reference/types/<TypeName>.md, which documents the sub-properties of option classes, the values of enums, and the parameter list of event handlers. - Examples:
examples/index.mdis the full demo catalog;examples/<Component>.mdis a focused, real usage snippet. - Concepts:
concepts/overview.md(getting started + uses-clause rule). - Version history:
reference/history.mdlists what changed in each sgcOpenAPI release.
Only public and published members are documented. Method bodies, private fields and protected members are intentionally not included.