Class TStrEditForm (unit Sed) |
TForm
//.CAPTION Unit Sed // //.AUTOR Dmitry M.Ivlev //.COPYRIGHT DiSoft 1998. //.VERSION 1.2 // //.SHORT This unit contain property editors for TStrings and TComponents. //.DESC //. //. TStringsProperty - a good editor for TStrings components. //. Unlike standart one this editor dosn't break wrapped lines. //. It also more compact and has sizing border. //. //. TComponentProperty - a good editor for all component properties. //. With this editor can select control from list. When control already //. selected you can either edit selected component properties clicking plus //. sign or open properties in inspector box double clicking etitor. //. //. TFileNameProperty - calls standard OpenDialog for 'FileName' properties; //. It lets easy enter file name for existing files or search them. //. //. TString2Property - allow you insert multiline string to the strings //. properties. It's good for multiline Captions, Hints and many other cases. //. //. TShortCut2Property - lets you to enter ShortCut value simple pressing keys //. compination. I removed paValueList attribute from editor and now it doesn't //. shows drop down button but you can easy add it in GetAttributes function. // //.TITLE TStringsProperty //.TITLE TComponentProperty //.TITLE TFileNameProperty //.TITLE TString2Property //.TITLE TShortCut2Property
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
Properties |
Events |
Variables |