Talk:Delphi Compiler Directives (List) Index

From RAD Studio
Jump to: navigation, search

Suggestion: Add "Supported from" column that show the Delphi versions supporting the directive.


Response

Your suggestion has been added to our work queue. Many thanks for your input!

RAD-9892

KrisHouser 10:19, 12 September 2011 (PDT)

VCL.TDataModule

Met such a directive in my file: {%CLASSGROUP 'Vcl.Controls.TControl'}

It is generated by IDE when editing TDataModule and has some rather strange behaviour behind it.

I think it should be mantioned and descibed, at least with reference to TDataModule

Response

This issue has been added to our work queue.

RAD-10171

Many thanks for your input!

KrisHouser 10:09, 25 October 2011 (PDT)

Result

Documentation is here:

$OBJTYPENAME

This directive is used extensively throughout the RTL and VCL but there's no description of what it does.

Response

Yes, we do need to document this directive; it is used in our own source for compatibility with C++.

I have added an item to our work queue: RAD-10365.

KrisHouser 10:08, 21 November 2011 (PST)

Result

Documentation is here: OBJTYPENAME directive (Delphi)