[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpdatasetform.pp line 142
type TFormButtonItem = class(TCollectionItem) |
protected |
procedure AssignTo(); override; |
public |
constructor create(); override; |
published |
property Name: string; [rw] |
property Value: string; [rw] |
property Caption: string; [rw] |
property Image: string; [rw] |
property ImagePlace: TImagePlace; [rw] |
property ButtonType: TFormButtonType; [rw] |
end; |
| |
TObject |