mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:05:57 +02:00
* Make THTMLDatasetFormProducer.Controls and .ButtonRow streamable for usage with Lazarus
git-svn-id: trunk@8079 -
This commit is contained in:
parent
fdecceebd0
commit
b03a908438
@ -301,11 +301,11 @@ type
|
|||||||
// method of the form, Get or Post
|
// method of the form, Get or Post
|
||||||
Property DataSource : TDataSource read FDataSource write FDataSource;
|
Property DataSource : TDataSource read FDataSource write FDataSource;
|
||||||
// the data to use
|
// the data to use
|
||||||
property Controls : TFormFieldCollection read FControls;
|
property Controls : TFormFieldCollection read FControls write FControls;
|
||||||
// configuration of the fields and how to generate the html
|
// configuration of the fields and how to generate the html
|
||||||
property SeparateLabel : boolean read FSeparateLabel write SetSeparateLabel;
|
property SeparateLabel : boolean read FSeparateLabel write SetSeparateLabel;
|
||||||
// place label and value/edit in same table cell
|
// place label and value/edit in same table cell
|
||||||
property buttonrow : TFormButtonCollection read Fbuttonrow;
|
property buttonrow : TFormButtonCollection read Fbuttonrow write Fbuttonrow;
|
||||||
// buttons to place in the form
|
// buttons to place in the form
|
||||||
property TableCols : integer read FTableCols write FTableCols default 2;
|
property TableCols : integer read FTableCols write FTableCols default 2;
|
||||||
// number columns in the grid for 1 record
|
// number columns in the grid for 1 record
|
||||||
|
Loading…
Reference in New Issue
Block a user