Difference between revisions of "RTTI controls"

From Lazarus wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 +
{{RTTI controls}}
 +
 
== Introduction ==
 
== Introduction ==
  

Revision as of 19:48, 19 April 2006

Deutsch (de) English (en) español (es) français (fr) 日本語 (ja) português (pt) русский (ru)

Introduction

This page describes the package RunTimeTypeInfoControls in <lazarusdir>/components/rtticontrols/.

RTTI controls extend many LCL controls by the ability to directly connect to published properties of classes. They greatly reduce writing boring code, by automatically loading/saving data between LCL controls and published properties. In fact, you can create fully functional forms without writing any code at all.

In combination with Streaming components you can reduce the amount of code needed for connecting the program Data with the GUI and the Disk/Network to a minimum.