Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 21-12-2022, 02:57
DelphiBuilder's Avatar
DelphiBuilder DelphiBuilder is offline
Registered User
 
Join Date: Dec 2022
Location: From Nowhere
Posts: 25
Thanks: 6
Thanked 41 Times in 19 Posts
DelphiBuilder is on a distinguished road
Post TLabelCreate

TLabelCreate

Code:
FLabel:=LabelCreate(WizardForm, alNone, taCenter, True, 'Label Create', clBtnFace, crDefault, crDrag, dmManual, True, nil, clBlack, 20, 'Segoe UI', fpDefault, 20, [], 'Label Create Hint', tlCenter, True, True, True, True, False, 0, True, True, False, 20, 20, 200, 200, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil);
Code:
  • LabelGetParent(FLabel);
  • LabelGetAlign(FLabel);
  • LabelGetAlignment(FLabel);
  • LabelGetAutoSize(FLabel);
  • LabelGetCaption(FLabel);
  • LabelGetColor(FLabel);
  • LabelGetCursor(FLabel);
  • LabelGetDragCursor(FLabel);
  • LabelGetDragMode(FLabel);
  • LabelGetEnabled(FLabel);
  • LabelGetFocusControl(FLabel);
  • LabelGetFontColor(FLabel);
  • LabelGetFontHeight(FLabel);
  • LabelGetFontName(FLabel);
  • LabelGetFontPitch(FLabel);
  • LabelGetFontSize(FLabel);
  • LabelGetFontStyle(FLabel);
  • LabelGetHint(FLabel);
  • LabelGetLayout(FLabel);
  • LabelGetParentColor(FLabel);
  • LabelGetParentFont(FLabel);
  • LabelGetParentShowHint(FLabel);
  • LabelGetShowAccelChar(FLabel);
  • LabelGetShowHint(FLabel);
  • LabelGetTag(FLabel);
  • LabelGetTransparent(FLabel);
  • LabelGetVisible(FLabel);
  • LabelGetWordWrap(FLabel);
  • LabelGetLeft(FLabel);
  • LabelGetTop(FLabel);
  • LabelGetHeight(FLabel);
  • LabelGetWidth(FLabel);
  • LabelGetBounds(FLabel);
Code:
  • LabelSetParent(FLabel, WizardForm);
  • LabelSetAlign(FLabel, alNone);
  • LabelSetAlignment(FLabel, taCenter);
  • LabelSetAutoSize(FLabel, True);
  • LabelSetCaption(FLabel, 'Label Create');
  • LabelSetColor(FLabel, clBtnFace);
  • LabelSetCursor(FLabel, crDefault);
  • LabelSetDragCursor(FLabel, crDrag);
  • LabelSetDragMode(FLabel, dmManual);
  • LabelSetEnabled(FLabel, True);
  • LabelSetFocusControl(FLabel, nil);
  • LabelSetFontColor(FLabel, clBlack);
  • LabelSetFontHeight(FLabel, 20);
  • LabelSetFontName(FLabel, 'Segoe UI');
  • LabelSetFontPitch(FLabel, fpDefault);
  • LabelSetFontSize(FLabel, 20);
  • LabelSetFontStyle(FLabel, []);
  • LabelSetFont(FLabel, clBlack, 20, 'Segoe UI', fpDefault, 20, []);
  • LabelSetHint(FLabel, 'Label Create Hint');
  • LabelSetLayout(FLabel, tlCenter);
  • LabelSetParentColor(FLabel, True);
  • LabelSetParentFont(FLabel, True);
  • LabelSetParentShowHint(FLabel, True);
  • LabelSetShowAccelChar(FLabel, True);
  • LabelSetShowHint(FLabel, True);
  • LabelSetTag(FLabel, 0);
  • LabelSetTransparent(FLabel, True);
  • LabelSetVisible(FLabel, True);
  • LabelSetWordWrap(FLabel, True);
  • LabelSetLeft(FLabel, 20);
  • LabelSetTop(FLabel, 20);
  • LabelSetHeight(FLabel, 200);
  • LabelSetWidth(FLabel, 200);
  • LabelSetBounds(FLabel, 20, 20, 200, 200);
Code:
LabelSetEvent(FLabel, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil);
Attached Images
File Type: png Label Create.png (3.2 KB, 187 views)
Attached Files
File Type: 7z Label Create.7z (537.4 KB, 31 views)

Last edited by DelphiBuilder; 24-12-2022 at 13:12.
Reply With Quote
The Following 5 Users Say Thank You to DelphiBuilder For This Useful Post:
ADMIRAL (21-12-2022), audiofeel (21-12-2022), Gehrman (21-12-2022), KaktoR (23-12-2022), Razor12911 (21-12-2022)
Sponsored Links
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BlackBox v2 y_thelastknight Conversion Tutorials 567 11-03-2025 07:16
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 16:00
Inno Setup Advanced Splash Library Razor12911 Conversion Tutorials 6 18-11-2015 13:33
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57



All times are GMT -7. The time now is 08:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com