SERBIAN WORLD
My new website, written 10 minutes from scratch!
Rapid-application development (RAD), also called rapid-application building (RAB), is both a general term for adaptive software development approaches, and the name for James Martin's method of rapid development. In general, RAD approaches to software development put less emphasis on planning and more emphasis on an adaptive process. Prototypes are often used in addition to or sometimes even instead of design specifications.
RAD is especially well suited for (although not limited to) developing software that is driven by user interface requirements. Graphical user interface builders are often called rapid application development tools. Other approaches to rapid development include the adaptive, agile, spiral, and unified models.
More tips:
https://www.howtogeek.com/747842/how-to-use-a-whiteboard-in-a-microsoft-teams-meeting/
Insert more jpgs to LazReport:
- procedure TForm1.frReport1EnterRect(Memo: TStringList; View: TfrView);
- var
- FileName: String;
- begin
- if (View is TfrPictureView) then
- begin
- if (View as TfrPictureView).Name = 'imMyImage' then //change imMyImage
- begin
- FileName := SQLQuery1.FieldByName('PATH_OF_IMAGE').AsString); //change SQLQuery1
- (View as TfrPictureView).Visible := FileExists(FileName);
- if (View as TfrPictureView).Visible then
- (View as TfrPictureView).Picture.LoadFromFile(FileName);
- end;
- end;
- end;
No comments:
Post a Comment
Коментар: