Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Delphi FMX component for a better way for new feature introduction and step-by-step users guide in your program.

License

Notifications You must be signed in to change notification settings

ange007/TInstructor

Repository files navigation

TInstructor

FMX component for a better way for new feature introduction and step-by-step users guide in your program.

Example

uses
... Instructor ...
type
 TForm1 = class(TForm)
 instructor: TInstructor;
....
var
 scenaries: TDictionary<TFmxObject, string>;
begin
 scenaries := TDictionary<TFmxObject, string>.Create;
 scenaries.Add(btn_1, '1 Button');
 scenaries.Add(btn_2, '2 Button');
 scenaries.Add(btn_3, '3 Button');
 scenaries.Add(rctngl, 'Rectangle'#13#10'Rectangle'#13#10'Rectangle'#13#10'Rectangle'#13#10'Rectangle'#13#10'Rectangle'#13#10'Rectangle');
 scenaries.Add(pnl_1, 'Panel Panel Panel Panel Panel Panel Panel Panel Panel Panel'#13#10'Panel');
 scenaries.Add(nil, 'Msg without target control!');
 try
 instructor.LoadSteps(scenaries);
 finally
 FreeAndNil(scenaries);
 end;

About

Delphi FMX component for a better way for new feature introduction and step-by-step users guide in your program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /