mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:29:36 +02:00
git-svn-id: trunk@56873 -
This commit is contained in:
parent
84369842cc
commit
1cc6bfbcd1
@ -51,6 +51,8 @@ type
|
||||
FOwnerComponent: TPersistent;
|
||||
FOwnerPersistent: TPersistent;
|
||||
FPropertyName: String;
|
||||
procedure FillCollectionListBox;
|
||||
procedure SelectInObjectInspector(ForceUpdate, UnselectAll: Boolean);
|
||||
protected
|
||||
procedure UpdateCaption;
|
||||
procedure UpdateButtons;
|
||||
@ -59,8 +61,6 @@ type
|
||||
procedure PersistentDeleting(APersistent: TPersistent);
|
||||
procedure RefreshPropertyValues;
|
||||
public
|
||||
procedure FillCollectionListBox;
|
||||
procedure SelectInObjectInspector(ForceUpdate, UnselectAll: Boolean);
|
||||
procedure SetCollection(NewCollection: TCollection;
|
||||
NewOwnerPersistent: TPersistent; const NewPropName: String);
|
||||
procedure Modified;
|
||||
|
@ -37,7 +37,7 @@ type
|
||||
TDBGridColumnsPropertyEditor = class (TCollectionPropertyEditor)
|
||||
public
|
||||
class function ShowCollectionEditor(ACollection: TCollection;
|
||||
OwnerPersistent: TPersistent; const PropName: String): TCustomForm; override;
|
||||
OwnerPersistent: TPersistent; const PropName: String): TCustomForm; override;
|
||||
end;
|
||||
|
||||
{ TLookupFieldProperty }
|
||||
|
Loading…
Reference in New Issue
Block a user