DevExpress/DEXT Components

Apply DevExpress component standards to Delphi VCL projects.

48|12|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/delphicleancode/delphi-spec-kit --skill devexpress-dext-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DevExpress/DEXT Components
Source: https://github.com/delphicleancode/delphi-spec-kit/tree/main/.gemini/skills/devexpress-components
Command: npx skills add https://github.com/delphicleancode/delphi-spec-kit --skill devexpress-dext-components

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standards for using DevExpress (DEXT) components in Delphi VCL applications; establishes consistent guidelines for integration, naming, and UI practices to improve maintainability and UX.

Core Features & Use Cases

  • Standardized component usage patterns for TcxGrid, TdxLayoutControl, TcxDBTextEdit, etc.
  • Clear conventions for prefixes, skinning, layouts, and grid configurations to ensure uniform interfaces across modules.
  • Use Case: When building a Delphi VCL app that requires advanced DevExpress UI, apply these guidelines to ensure consistency and reduce refactor time.

Quick Start

Install and apply the DEXT conventions in your project as you begin integrating DevExpress components.

Frequently Asked Questions about DevExpress/DEXT Components

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the recommended DevExpress component standards for Delphi VCL applications?

DevExpress component standards for Delphi VCL define standardized usage patterns, naming prefixes, layout practices, and skinning guidelines to ensure UI consistency and improve maintainability.

How do I configure TcxGrid and TdxLayoutControl in Delphi VCL?

To configure TcxGrid and TdxLayoutControl in Delphi VCL, apply standardized component usage patterns with appropriate naming prefixes and safe coding practices to ensure uniform interfaces across modules.

Can I use dxSkins for UI skinning in Delphi VCL dashboards?

Yes, you can use dxSkins for UI skinning in Delphi VCL dashboards by applying the established conventions, which integrate skinning rules with layout and grid configurations for consistent user experiences.

What is the best way to name DevExpress components in Delphi?

The best way to name DevExpress components in Delphi is to follow clear prefix conventions specified for components like TcxGrid and TcxDBTextEdit, establishing uniform interfaces across all project modules.

When do I need DevExpress UI guidelines for my Delphi VCL project?

You need DevExpress UI guidelines for your Delphi VCL project when building advanced interfaces that require consistent layouts, skinning, and grid configurations to reduce refactor time and improve UX.